Search
DiagramItem.style Property
See Also
 





Gets or sets the style associated with this item.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

get style() {}
set style(value) {}

 Property Value

Style

An instance of the Style class.

 See Also