Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / BackColor Property


In This Topic
    BackColor Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property BackColor As Color
    'Usage
     
    
    Dim instance As IElement
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    Color BackColor {get; set;}
    See Also