New to Telerik UI for WPFStart a free 30-day trial

Provides properties describing the colors of the theme color scheme.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class ThemeColorSchemeColors

Inheritance: objectThemeColorSchemeColors

Constructors

Initializes a new instance of the ThemeColorSchemeColors class.

C#
public ThemeColorSchemeColors(ThemeColorScheme colorScheme)
Parameters:colorSchemeThemeColorScheme

The color scheme as ThemeColorScheme.

Properties

Accent1

SolidColorBrush

Gets the accent1 color.

C#
public SolidColorBrush Accent1 { get; }
Property Value:

The accent1 color as SolidColorBrush.

Accent2

SolidColorBrush

Gets the accent2 color.

C#
public SolidColorBrush Accent2 { get; }
Property Value:

The accent2 color as SolidColorBrush.

Accent3

SolidColorBrush

Gets the accent3 color.

C#
public SolidColorBrush Accent3 { get; }
Property Value:

The accent3 color as SolidColorBrush.

Accent4

SolidColorBrush

Gets the accent4 color.

C#
public SolidColorBrush Accent4 { get; }
Property Value:

The accent4 color as SolidColorBrush.

Accent5

SolidColorBrush

Gets the accent5 color.

C#
public SolidColorBrush Accent5 { get; }
Property Value:

The accent5 color as SolidColorBrush.

Accent6

SolidColorBrush

Gets the accent6 color.

C#
public SolidColorBrush Accent6 { get; }
Property Value:

The accent6 color as SolidColorBrush.

Background2

SolidColorBrush

Gets the background2 color.

C#
public SolidColorBrush Background2 { get; }
Property Value:

The background2 color as SolidColorBrush.

ColorScheme

ThemeColorScheme

Gets the color scheme.

C#
public ThemeColorScheme ColorScheme { get; }
Property Value:

The color scheme as ThemeColorScheme.

Text2

SolidColorBrush

Gets the text2 color.

C#
public SolidColorBrush Text2 { get; }
Property Value:

The text2 color as SolidColorBrush.