Search
HandlesVisualStyle Class
Remarks See Also
 





Defines the pen and brush objects used to draw items' adjustment handles.

Namespace: MindFusion.Diagramming
File: HandlesVisualStyle.js

 Syntax

JavaScript  Copy Code

// class
HandlesVisualStyle.prototype = {}

 Remarks

The component uses several different HandlesVisualStyle objects depending on the context. They can be accessed through the activeItemHandlesStyle, selectedItemHandlesStyle and disabledHandlesStyle properties of Diagram.

 Inheritance Hierarchy

MindFusion.Diagramming.HandlesVisualStyle

 See Also