Spread Windows Forms 12.0 Product Documentation
Size Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Size Property
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
public double Size {get; set;}

Property Value

A double value represents the em-size of this Font.
See Also

Reference

Font Structure
Font Members