Search
DiagramStyle.FontFamily Property
See Also
 





Gets or sets the font family of the item texts.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string FontFamily { get; set; }

Visual Basic  Copy Code

Public Property FontFamily As String

 Property Value

A string value.

 See Also