Gets or sets the label's font.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Font |
A Font object.
RemarksThis property can be null, in which case the label will use the Font of its parent link.
See Also