Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / ColorScheme Property


In This Topic
    ColorScheme Property
    In This Topic
    Gets a Drawing.ThemeColorScheme object that represents the color scheme of a Theme.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColorScheme As ThemeColorScheme
    'Usage
     
    
    Dim instance As Theme
    Dim value As ThemeColorScheme
     
    value = instance.ColorScheme
    public ThemeColorScheme ColorScheme {get;}
    See Also