Search
Style.fontSize Property
See Also
 






Gets or sets the size of the font used to draw texts with this style.

Namespace: MindFusion.Diagramming.Lanes
File: Style.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying font size in current measure unit.

 See Also