RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Document Class / FragmentRange Property

In This Topic
    FragmentRange Property (C1Document)
    In This Topic
    Gets or sets the a fragment C1TextRange inside this C1Document.
    Syntax
    'Declaration
     
    
    Public Property FragmentRange As C1TextRange
    public C1TextRange FragmentRange {get; set;}
    See Also