GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartTextElement Class / FontFamily Property


In This Topic
FontFamily Property (SpreadChartTextElement)
In This Topic
Gets or sets the font family.
Syntax
'Declaration
 
Public Property FontFamily As FontFamily
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily

Property Value

The font family.
See Also