Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / BackColor Property


In This Topic
    BackColor Property (IElementStyle)
    In This Topic
    Gets or sets the background color.
    Syntax
    'Declaration
     
    
    Property BackColor As Color
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    Color BackColor {get; set;}
    See Also