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


In This Topic
    BackColor Property (ElementStyle)
    In This Topic
    Gets or sets the background color for the style.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public virtual Color BackColor {get; set;}
    See Also