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

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