Search
Diagram.style Property
See Also
 





Gets or sets the style associated with this diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Style

An instance of the Style class.

 See Also