Gets or sets the inline alignment of the runs in the range.

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

Syntax

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

Remarks

When the range is empty, setting this property changes the VerticalAlignment of the text to be written and getting this property returns the format of the of the text to be written. When the selection is not empty, getting this property returns the format of the selection, or null if the selection has mixed format.

See Also