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

The VAlign class contains all vertical alignment options.

Signature
C#
C#
 public sealed class VAlign : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class VAlign
		Inherits TypesafeEnum
{signature}
{values}
|| Name || Description ||
| {anchor:Bottom}Bottom | Text will be bottom-aligned. |
| {anchor:Center}Center | Text will be centered vertically. |
| {anchor:Distributed}Distributed | Text will be distributed vertically. |
| {anchor:Justify}Justify | Text will be justified vertically. |
| {anchor:Top}Top | Text will be top-aligned. |
Values

Name

Description

Anchor
Bottom
Bottom
Bottom

Text will be bottom-aligned.

Anchor
Center
Center
Center

Text will be centered vertically.

Anchor
Distributed
Distributed
Distributed

Text will be distributed vertically.

Anchor
Justify
Justify
Justify

Text will be justified vertically.

Anchor
Top
Top
Top

Text will be top-aligned.