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

In This Topic
    Range Property (RichTextPainterChangeEventArgs)
    In This Topic
    Gets the range that needs to be painted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As C1TextRange
    public C1TextRange Range {get;}
    See Also