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


In This Topic
FontSize Property (SpreadChartTextElement)
In This Topic
Gets or sets the size of the font.
Syntax
'Declaration
 
Public Property FontSize As Double
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize

Property Value

The size of the font.
See Also