This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerBase.DefaultCursor Property

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.

See Also

Reference