Spread Windows Forms 12.0 Product Documentation
Family Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Family Property
Gets the font family of this Font.
Syntax
'Declaration
 
Public Property Family As FontFamily
'Usage
 
Dim instance As Font
Dim value As FontFamily
 
instance.Family = value
 
value = instance.Family
public FontFamily Family {get; set;}

Property Value

A _fontFamily value represents the font family of this Font.
See Also

Reference

Font Structure
Font Members