Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / BackColor Property


In This Topic
    BackColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}
    See Also