In This Topic
Gets or sets the size in points of the font.
Syntax
'Declaration
Property Size As Double
'Usage
Dim instance As IFont
Dim value As Double
instance.Size = value
value = instance.Size
Property Value
A double value represents the size in points.
See Also