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

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