Gets or sets the default font for new diagram items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Font |
An instance of the .NET Font class.
RemarksThe Font of new nodes and links is initialized with the value of this property.
See AlsoDiagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DiagramView.TextRenderingHint Property