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


In This Topic
ActualForeground Property (SpreadChartTextElement)
In This Topic
Gets the actual foreground.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ActualForeground As Brush
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As Brush
 
value = instance.ActualForeground
See Also