Sets the font of the label's text.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setFont ( |
A java.awt.Font object representing the text font.
RemarksThis property can be null, in which case the label will use the Font of its parent item.
See Also