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

In This Topic
    ContentEnd Property (C1Inline)
    In This Topic
    Gets the C1TextPointer at the end of this text element.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ContentEnd As C1TextPointer
    public virtual C1TextPointer ContentEnd {get;}
    See Also