Search
DiagramStyle.FontSize Property
See Also
 





Gets or sets the font size of the item texts.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Single

 Property Value

A float value.

 See Also