RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RangeStyle Class / Range Property

In This Topic
    Range Property (C1RangeStyle)
    In This Topic
    Gets the C1.WPF.RichTextBox.Documents.C1TextRange were the Style will be applied.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As C1TextRange
    public C1TextRange Range {get;}
    See Also