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