Search
TickLabel.FontSize Property
See Also
 






Gets the actual size of the font of this label.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float FontSize { get; }

Visual Basic  Copy Code

Public ReadOnly Property FontSize As Single

 Property Value

A floating point value specifying the font size.

 Remarks

The value of this property is calculated from the FontSize property of the associated TickSettings, based on the size of the containing scale.

 See Also