Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / ButtonColor2 Property


In This Topic
    ButtonColor2 Property
    In This Topic
    Gets or sets the secondary color used when drawing a gradient button.
    Syntax
    'Declaration
     
    
    Public Property ButtonColor2 As Color
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Color
     
    instance.ButtonColor2 = value
     
    value = instance.ButtonColor2
    public Color ButtonColor2 {get; set;}
    See Also