Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Aligns a Picture with the specified alignment.

Signature
C#
C#
 public void Align(Alignment alignment)
Signature
vb.net
vb.net
Public sub Align(ByVal alignment As Alignment)
Parameters
Param
alignment
alignment

An Alignment value representing the desired alignment of the Picture.

Example
Code Block
csharp
csharp
titleC#
 
          pic.Align(Alignment.Center);

Code Block
vbnet
vbnet
titlevb.net

          pic.Align(Alignment.Center)