Search
DragIndicator Enumeration
See Also
 





Specifies what kind of feedback to display during drag-and-drop from NodeListView.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum DragIndicator

Visual Basic  Copy Code

Public Enum DragIndicator

 Members

  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.

 See Also