FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / BackgroundStyle Property


In This Topic
BackgroundStyle Property (BaseHeaderFlatStyleRenderer)
In This Topic
Gets or sets how the background is rendered.
Syntax
'Declaration
 
Public Property BackgroundStyle As BackStyle
 
'Usage
 
Dim instance As BaseHeaderFlatStyleRenderer
Dim value As BackStyle
 
instance.BackgroundStyle = value
 
value = instance.BackgroundStyle
See Also