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
public Color BackColor2 {get; set;}
See Also