Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Background Property
Example


In This Topic
    Background Property (NamedStyle)
    In This Topic
    Gets or sets the background for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property Background As Background
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Background
     
    instance.Background = value
     
    value = instance.Background
    public override Background Background {get; set;}
    Example
    This example customizes the background as part of style information.
    See Also