Search
Style.fontStyle Property
See Also
 





Gets or sets the font style used to draw text of diagram items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get fontStyle() {}
set fontStyle(value) {}

 Property Value

FontStyle

A combination of FontStyle enumeration members.

 See Also