Gets or sets the size in pixels of the font.
double SizeInPixels {get; set;}
'Declaration
Property SizeInPixels As Double
'Usage
Dim instance As IFont
Dim value As Double
instance.SizeInPixels = value
value = instance.SizeInPixels
Property Value
A double value represents the size in pixels.