Search
Diagram.Font Property
See Also
 






Gets or sets the default font.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

An instance of the Font class.

 Remarks

The Font of new nodes and links is initialized with the value of this property.

 See Also