Search
Style.fontSize Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get fontSize() {}
set fontSize(value) {}

 Property Value

Number

A number specifying font size.

 See Also