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

DragVObjectAction.Cursor Property

Gets/sets the cursor that is displayed when a v-object is dragged.

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

Syntax

Visual Basic
Public Property Cursor As Cursor
C#
public Cursor Cursor { get; set; }

Property Value

A Cursor that represents the cursor to display when the user drags a v-object.

See Also

Reference