'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the size of the font.")> Public Property Size As System.Single
'Usage
Dim instance As NThemeFontInfo Dim value As System.Single instance.Size = value value = instance.Size
[System.ComponentModel.Description("Gets/sets the size of the font.")] public System.float Size {get; set;}