Gets or sets a value indicating how elements are aligned in a line.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public C1VerticalAlignment VerticalAlignment { get; set; }
Visual Basic
Public Property VerticalAlignment As C1VerticalAlignment
	Get
	Set
XAML Attribute Usage
<object VerticalAlignment="C1VerticalAlignment" .../>

See Also