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


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