Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Size Property


In This Topic
Size Property (Font)
In This Topic
Gets the em-size of this Font.
Syntax
'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.
See Also