Gets or sets the font style for the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public FontStyle FontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontStyle As FontStyle |
A System.Windows.FontStyle instance.
See Also