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


In This Topic
ActualFontSize Property (SpreadChartTextElement)
In This Topic
Gets the actual size of the font.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ActualFontSize As Double
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As Double
 
value = instance.ActualFontSize

Property Value

The actual size of the font.
See Also