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

In This Topic
    Fragment Property (C1TextRange)
    In This Topic
    Gets or sets a new C1Document from the range.
    Syntax
    'Declaration
     
    
    Public Property Fragment As C1Document
    public C1Document Fragment {get; set;}
    Remarks
    When getting the fragment, the result is the same as deleting the rest of the document except the range. When setting the fragment, the contents of the value set are merged with the current document.
    See Also