'Declaration
Property FontSize As Integer
'Usage
Dim instance As IThemeFont Dim value As Integer instance.FontSize = value value = instance.FontSize
int FontSize {get; set;}
Property Value
The default value is 12.
The range of values is 3 to 72. If you select a value within this range that is not supported by the current font, Reflection substitutes a similar font size. Values outside this range return an error.