Specifies what mouse cursor to display while a user interacts with the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum CursorHint |
Visual Basic
![]() |
---|
Public Enum CursorHint |
Member name | Description | |
---|---|---|
![]() |
AllowLink |
Indicates the cursor specified by the AllowLinkCursor property. |
![]() |
CounterDiagonalResize |
Indicates the cursor specified by the CounterDiagonalResizeCursor property. |
![]() |
DiagonalResize |
Indicates the cursor specified by the DiagonalResizeCursor property. |
![]() |
Disallow |
Indicates the cursor specified by the DisallowCursor property. |
![]() |
DisallowLink |
Indicates the cursor specified by the DisallowLinkCursor property. |
![]() |
DontChange |
Indicates the cursor specified by the Cursor property. |
![]() |
DrawLink |
Indicates the cursor specified by the DrawLinkCursor property. |
![]() |
HorizontalResize |
Indicates the cursor specified by the HorizontalResizeCursor property. |
![]() |
Move |
Indicates the cursor specified by the MoveCursor property. |
![]() |
Pointer |
Indicates the cursor specified by the PointerCursor property. |
![]() |
Rotate |
Indicates the cursor specified by the RotateCursor property. |
![]() |
VerticalResize |
Indicates the cursor specified by the VerticalResizeCursor property. |
These values can be assigned to the CustomDraw property of shapes, tables and links.
WpfDiagram Programmer's Guide | © 2025 MindFusion |