Gets or sets the vertical alignment of the cells in the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public Nullable<C1VerticalAlignment> VerticalAlignment { get; set; }
Visual Basic
Public Property VerticalAlignment As Nullable(Of C1VerticalAlignment)
	Get
	Set

See Also