ClassThemeColorSchemeColors
Provides properties describing the colors of the theme color scheme.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class ThemeColorSchemeColors
Inheritance: objectThemeColorSchemeColors
Constructors
ThemeColorSchemeColors(ThemeColorScheme)
Initializes a new instance of the ThemeColorSchemeColors class.
Declaration
public ThemeColorSchemeColors(ThemeColorScheme colorScheme)
Parameters
colorScheme
ThemeColorScheme
The color scheme as ThemeColorScheme.
Properties
Accent1
Gets the accent1 color.
Declaration
public SolidColorBrush Accent1 { get; }
Property Value
SolidColorBrush
The accent1 color as SolidColorBrush.
Accent2
Gets the accent2 color.
Declaration
public SolidColorBrush Accent2 { get; }
Property Value
SolidColorBrush
The accent2 color as SolidColorBrush.
Accent3
Gets the accent3 color.
Declaration
public SolidColorBrush Accent3 { get; }
Property Value
SolidColorBrush
The accent3 color as SolidColorBrush.
Accent4
Gets the accent4 color.
Declaration
public SolidColorBrush Accent4 { get; }
Property Value
SolidColorBrush
The accent4 color as SolidColorBrush.
Accent5
Gets the accent5 color.
Declaration
public SolidColorBrush Accent5 { get; }
Property Value
SolidColorBrush
The accent5 color as SolidColorBrush.
Accent6
Gets the accent6 color.
Declaration
public SolidColorBrush Accent6 { get; }
Property Value
SolidColorBrush
The accent6 color as SolidColorBrush.
Background2
Gets the background2 color.
Declaration
public SolidColorBrush Background2 { get; }
Property Value
SolidColorBrush
The background2 color as SolidColorBrush.
ColorScheme
Gets the color scheme.
Declaration
public ThemeColorScheme ColorScheme { get; }
Property Value
ThemeColorScheme
The color scheme as ThemeColorScheme.
Text2
Gets the text2 color.
Declaration
public SolidColorBrush Text2 { get; }
Property Value
SolidColorBrush
The text2 color as SolidColorBrush.