[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextRange.InlineAlignment

InlineAlignment Property

InlineAlignment

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

Declaration
public C1VerticalAlignment? InlineAlignment { 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.