Gets or sets the font of the displayed text.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Font> Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Nullable(Of Font) |
See Also