Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Appearance Class / BackColor Property
Example


In This Topic
    BackColor Property (Appearance)
    In This Topic
    Gets or sets the background color of an object.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    Color object that contains the background color
    Example
    This example creates a new Appearance object, sets the several properties such as color and alignment, then applies those settings to an instance of a Cell object.
    See Also