RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextDecoration Class / Style Property

In This Topic
    Style Property (C1TextDecoration)
    In This Topic
    Gets or sets a Style.
    Syntax
    'Declaration
     
    
    Public Property Style As Style
    public Style Style {get; set;}
    Remarks
    This Style is applied to the line drawn by this C1TextDecoration.
    See Also