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


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

    Property Value

    Color of the normal background
    See Also