Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / BackColor Property


In This Topic
    BackColor Property (CalculatorButtonStyle)
    In This Topic
    Gets or sets the background color.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As CalculatorButtonStyle
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    The System.Drawing.Color used to draw the background.
    See Also