Search
Diagram.FontFamily Property
See Also
 





Gets or sets the font family for the diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public FontFamily FontFamily { get; set; }

Visual Basic  Copy Code

Public Property FontFamily As FontFamily

 Property Value

A System.Windows.Media.FontFamily instance.

 See Also