[This is preliminary documentation and is subject to change.]
Gets the factor by which this style is 'bigger' than the standard
System LayoutStyle.
| C# |
public float SizeFactor { get; }
This factor is used to scale dialogue boxes. It is calulated as
the ratio between the FormTextStyle font height of this style
and that of the System style. If there is no LayoutStyle called
"System", then the height of the default control font is used.