RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / End Property

In This Topic
    End Property (C1TextRange)
    In This Topic
    Gets the end position of the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property End As C1TextPointer
    public C1TextPointer End {get;}
    See Also