Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyleInfo Class / Background Property


In This Topic
    Background Property (TableStyleInfo)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object that describes the background for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Background As Brush
    'Usage
     
    Dim instance As TableStyleInfo
    Dim value As Brush
     
    instance.Background = value
     
    value = instance.Background
    [DefaultValue("")]
    public Brush Background {get; set;}

    Property Value

    The System.Windows.Media.Brush object that describes the background for a cell.
    See Also