Search
Diagram.showDisabledHandles Property
See Also
 





Gets or sets a value indicating whether adjustment handles are painted when they are disabled.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get showDisabledHandles() {}
set showDisabledHandles(value) {}

 Property Value

Boolean

true to display disabled handles, or false otherwise. The default value is true.

 See Also