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