RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Run Class / ContentEnd Property

In This Topic
    ContentEnd Property (C1Run)
    In This Topic
    Gets the C1TextPointer at the end of the C1Run's text.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ContentEnd As C1TextPointer
    public override C1TextPointer ContentEnd {get;}
    See Also