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


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

Property Value

The font style.
See Also