Gets/sets default cursor for a control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

<BrowsableAttribute(True)> _
Public Property DefaultCursor As Cursor

C#

[BrowsableAttribute(true)]
public Cursor DefaultCursor { get; set; }

Property Value

Cursor that specifies a cursor which should be used by default.