[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextRange.Fragment

Fragment Property

Fragment

Gets or sets a new C1Document from the range.

Declaration
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.