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


In This Topic
Foreground Property (SpreadChartTextElement)
In This Topic
Gets or sets the foreground.
Syntax
'Declaration
 
Public Property Foreground As Brush
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As Brush
 
instance.Foreground = value
 
value = instance.Foreground

Property Value

The foreground.
See Also