RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / TextDropEventArgs Class / Position Property

In This Topic
    Position Property (TextDropEventArgs)
    In This Topic
    Gets the position where text will be dropped.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As C1TextPointer
    public C1TextPointer Position {get;}
    See Also