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

In This Topic
    TextDecorations Property (C1TextRange)
    In This Topic
    Gets or sets the text alignment of the blocks in the range.
    Syntax
    'Declaration
     
    
    Public Property TextDecorations As C1TextDecorationCollection
    public C1TextDecorationCollection TextDecorations {get; set;}
    See Also