The VAlign class contains all vertical alignment options.

 public sealed class VAlign : TypesafeEnum
Public NotInheritable Class VAlign
		Inherits TypesafeEnum

Name

Description

Bottom

Text will be bottom-aligned.

Center

Text will be centered vertically.

Distributed

Text will be distributed vertically.

Justify

Text will be justified vertically.

Top

Text will be top-aligned.