Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    Color object containing the background color
    Remarks

    Set the text color by setting the ForeColor property.

    See Also