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


In This Topic
    Background Property (TitleInfo)
    In This Topic
    Gets or sets the background of the title bar.
    Syntax
    'Declaration
     
    
    Public Property Background As Background
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As Background
     
    instance.Background = value
     
    value = instance.Background
    public Background Background {get; set;}

    Property Value

    Background object containing the background of the title bar
    Example
    This example sets the title info for the first sheet.
    See Also