RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Document Class / Cursor Property

In This Topic
    Cursor Property (C1Document)
    In This Topic
    Gets or sets the Cursor displayed when the mouse is over this element.
    Syntax
    'Declaration
     
    
    Public Property Cursor As Cursor
    public Cursor Cursor {get; set;}
    See Also