RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / TextAlignment Property

In This Topic
    TextAlignment Property (C1TextRange)
    In This Topic
    Gets or sets the text alignment of the blocks in the range.
    Syntax
    'Declaration
     
    
    Public Property TextAlignment As Nullable(Of C1TextAlignment)
    public Nullable<C1TextAlignment> TextAlignment {get; set;}
    See Also