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