Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / backcolor2 Field


In This Topic
backcolor2 Field
In This Topic
Second background color for gradients in the button.
Syntax
'Declaration
 
Public backcolor2 As Color
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Color
 
value = instance.backcolor2
 
instance.backcolor2 = value
See Also