RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1LineFragment Class / End Property

In This Topic
    End Property (C1LineFragment)
    In This Topic
    Gets the end position of this C1LineFragment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property End As C1TextPointer
    public C1TextPointer End {get;}
    See Also