Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / SheetCornerBackground Property
Example


In This Topic
    SheetCornerBackground Property
    In This Topic
    Gets the sheet corner background.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetCornerBackground As Background
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Background
     
    value = instance.SheetCornerBackground
    public Background SheetCornerBackground {get;}

    Property Value

    Background object containing the sheet corner background
    Example
    This example sets the background for the row header, column header, and sheet corner as part of the sheet skin.
    See Also