Gets or sets the font size for the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontSize As Double |
A double value specifying font size.
See Also