Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The VAlign class contains all vertical alignment options.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [VAlign|Style.VAlign] class contains all vertical alignment options.{excerpt}
{signature:C#}
 public sealed class VAlign : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class VAlign
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Text will be bottom-aligned.

...

Text will be centered vertically.

...

Text will be distributed vertically.

...

Text will be justified vertically.

...

{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. |