Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / BackColor Property


In This Topic
BackColor Property (FlatInterfaceRenderer)
In This Topic
Gets or sets the overall background color.
Syntax
'Declaration
 
Public Property BackColor As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also