Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EnhancedCornerRenderer Class / NormalBackgroundColor Property


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

    Property Value

    Color of the background for the cell
    See Also