Search
CursorHint Enumeration
See Also
 





Specifies what mouse cursor to display while a user interacts with the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum CursorHint

Visual Basic  Copy Code

Public Enum CursorHint

 Members

  Member name Description

Move

Indicates the cursor specified by the MoveCursor property.

Rotate

Indicates the cursor specified by the RotateCursor property.

HorizontalResize

Indicates the cursor specified by the HorizontalResizeCursor property.

VerticalResize

Indicates the cursor specified by the VerticalResizeCursor property.

DiagonalResize

Indicates the cursor specified by the DiagonalResizeCursor property.

CounterDiagonalResize

Indicates the cursor specified by the CounterDiagonalResizeCursor property.

DrawLink

Indicates the cursor specified by the DrawLinkCursor property.

Pointer

Indicates the cursor specified by the PointerCursor property.

AllowLink

Indicates the cursor specified by the AllowLinkCursor property.

DisallowLink

Indicates the cursor specified by the DisallowLinkCursor property.

Disallow

Indicates the cursor specified by the DisallowCursor property.

DontChange

Indicates the cursor specified by the Cursor property.

EditText

Indicates the cursor specified by the EditTextCursor property.

 See Also