Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / BackColor2 Property


In This Topic
BackColor2 Property (FpButton)
In This Topic
Gets or sets the secondary color used when drawing a gradient button.
Syntax
'Declaration
 
Public Property BackColor2 As Color
 
'Usage
 
Dim instance As FpButton
Dim value As Color
 
instance.BackColor2 = value
 
value = instance.BackColor2
See Also