Search
Diagram.activeItemHandlesStyle Property
See Also
 






Gets or sets the visual style of adjustment handles of the active item.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get activeItemHandlesStyle() {}
set activeItemHandlesStyle(value) {}

 Property Value

HandlesVisualStyle

A HandlesVisualStyle instance describing handles' appearance.

 See Also