Spread Windows Forms 12.0 Product Documentation
BackColor2 Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : BackColor2 Property
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

Reference

FpButton Class
FpButton Members