Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThemeColor Class / BackgroundColor1 Property


In This Topic
    BackgroundColor1 Property
    In This Topic
    Gets or sets the background color1.
    Syntax
    'Declaration
     
    Public Property BackgroundColor1 As Color
    'Usage
     
    Dim instance As ThemeColor
    Dim value As Color
     
    instance.BackgroundColor1 = value
     
    value = instance.BackgroundColor1
    public Color BackgroundColor1 {get; set;}

    Property Value

    The background color1.
    See Also