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

In This Topic
    TextDecorations Property (C1Document)
    In This Topic
    Gets or sets a collection of text decorations to apply to the content of the element.
    Syntax
    'Declaration
     
    
    Public Property TextDecorations As C1TextDecorationCollection
    public C1TextDecorationCollection TextDecorations {get; set;}
    See Also