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


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