Gets the actual size of the font of this label.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float FontSize { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property FontSize As Single |
A floating point value specifying the font size.
RemarksThe value of this property is calculated from the FontSize property of the associated TickSettings, based on the size of the containing scale.
See Also