Search
Font.underline Property
See Also
 






Gets whether the font is underlined.

Namespace: MindFusion.Drawing
File: Font.js

 Syntax

JavaScript  Copy Code

get underline() {}

 Property Value

Boolean

true if Underline flag is set in fontStyle, ot false otherwise.

 See Also