Search
LinkLabel.font Property
See Also
 





Gets or sets the font used to render label's text.

Namespace: MindFusion.Diagramming
File: LinkLabel.js

 Syntax

JavaScript  Copy Code

get font() {}
set font(value) {}

 Property Value

Font

An instance of the Font class.

 See Also