GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / Background Property


In This Topic
Background Property (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public Property Background As Brush
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim value As Brush
 
instance.Background = value
 
value = instance.Background
See Also