Specifies what kind of feedback to display during drag-and-drop from NodeListView.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum DragIndicator |
Visual Basic Copy Code |
---|
Public Enum DragIndicator |
Member name | Description | |
---|---|---|
GhostImage |
Draw the actual dragged node on the DiagramView surface. |
|
MouseCursor |
Change the mouse cursor to an icon representing the dragged node. |
|
SystemDefault |
Show default system cursor. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |