Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / BackColor Property
Example


In This Topic
    BackColor Property (NamedStyle)
    In This Topic
    Gets or sets the background color for the style.
    Syntax
    'Declaration
     
    Public Overrides Property BackColor As Color
    'Usage
     
    Dim instance As NamedStyle
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public override Color BackColor {get; set;}

    Property Value

    Color object that contains the background color for cells of this style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also