Search
DiagramView.dragIndicatorOpacity Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get dragIndicatorOpacity() {}
set dragIndicatorOpacity(value) {}

 Property Value

Number

A number specifying opacity. The default value is 0.4.

 See Also