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

In This Topic
    Position Property (TextDragMoveEventArgs)
    In This Topic
    Gets or sets the position where a placeholder will be shown. If set to null no placeholder is shown.
    Syntax
    'Declaration
     
    
    Public Property Position As C1TextPointer
    public C1TextPointer Position {get; set;}
    See Also