Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedAppearanceStyleInfo Class / BackColor Property


In This Topic
    BackColor Property (NamedAppearanceStyleInfo)
    In This Topic
    Gets the cell background color for the notification style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property BackColor As Color
    'Usage
     
    
    Dim instance As NamedAppearanceStyleInfo
    Dim value As Color
     
    value = instance.BackColor
    public new Color BackColor {get;}
    See Also