RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Paragraph Class / ContentRange Property

In This Topic
    ContentRange Property (C1Paragraph)
    In This Topic
    Gets the C1TextRange of this element's content.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContentRange As C1TextRange
    public C1TextRange ContentRange {get;}
    See Also