Search
DiagramView.DragIndicatorOpacity Property
See Also
 





Gets or sets the opacity of ghost image displayed during drag-and-drop from NodeListView.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public float DragIndicatorOpacity { get; set; }

Visual Basic  Copy Code

Public Property DragIndicatorOpacity As Single

 Property Value

float value specifying opacity. The default is 0.4.

 See Also