Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / BackgroundStyle Property


In This Topic
    BackgroundStyle Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets how the background is rendered.
    Syntax
    'Declaration
     
    
    Public Property BackgroundStyle As BackStyle
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As BackStyle
     
    instance.BackgroundStyle = value
     
    value = instance.BackgroundStyle
    public BackStyle BackgroundStyle {get; set;}
    See Also