Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / NormalBackgroundColor Property


In This Topic
    NormalBackgroundColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Gets or sets the backcolor of the cell in normal mode.
    Syntax
    'Declaration
     
    
    Public Property NormalBackgroundColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.NormalBackgroundColor = value
     
    value = instance.NormalBackgroundColor
    public Color NormalBackgroundColor {get; set;}
    See Also