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

In This Topic
    FragmentRange Property
    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