Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / BackColor Property


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