Gets the em-size of this Font.
public double Size {get; set;}
'Declaration
Public Property Size As Double
'Usage
Dim instance As Font
Dim value As Double
instance.Size = value
value = instance.Size
Property Value
A double value represents the em-size of this Font.