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