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
Wiki Markup
{description}
{excerpt}The [VAlign|Style.VAlign] class contains all vertical alignment options.{excerpt}
{signature:C#}
 public sealed class VAlign : TypesafeEnum
{signature}{signature: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. |