Search
Diagram.selectedItemHandlesStyle Property
See Also
 





Gets or sets the visual style of adjustment handles of selected items.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get selectedItemHandlesStyle() {}
set selectedItemHandlesStyle(value) {}

 Property Value

HandlesVisualStyle

A HandlesVisualStyle instance describing handles' appearance.

 See Also