Search
DiagramStyle.FontSize Property
See Also
 





Gets or sets the font size of the item texts.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Double

 Property Value

A double value.

 See Also