Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadTheme Class / Colors Property


In This Topic
    Colors Property
    In This Topic
    Gets or sets the base colors of the theme.
    Syntax
    'Declaration
     
    Public Property Colors As ThemeColor
    'Usage
     
    Dim instance As SpreadTheme
    Dim value As ThemeColor
     
    instance.Colors = value
     
    value = instance.Colors
    public ThemeColor Colors {get; set;}

    Property Value

    The base colors of the theme.
    See Also