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


In This Topic
ActualFontStretch Property (SpreadChartTextElement)
In This Topic
Gets the actual font stretch.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ActualFontStretch As FontStretch
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As FontStretch
 
value = instance.ActualFontStretch
See Also