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

In This Topic
    Range Property (StyleOverrideChangeEventArgs)
    In This Topic
    Gets the range where styles changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As C1TextRange
    public C1TextRange Range {get;}
    See Also