Gets or sets the opacity of ghost image displayed during drag-and-drop from NodeListView.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float DragIndicatorOpacity { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DragIndicatorOpacity As Single |
A float value specifying opacity. The default is 0.4.
See Also