In This Topic
Gets or sets the size in points of the font.
Syntax
'Declaration
Public Property Size As Double
'Usage
Dim instance As FontInfo
Dim value As Double
instance.Size = value
value = instance.Size
public double Size {get; set;}
Property Value
A double value represents the size in points.
See Also