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


In This Topic
    BackColor Property (TableElementStyle)
    In This Topic
    Gets the backcolor of the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BackColor As Color
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim value As Color
     
    value = instance.BackColor
    public Color BackColor {get;}
    See Also