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

Provides properties describing Document theme.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class DocumentThemeProperties

Inheritance: objectDocumentThemeProperties

Constructors

Initializes a new instance of the DocumentThemeProperties class.

C#
public DocumentThemeProperties(DocumentTheme theme)
Parameters:themeDocumentTheme

The theme.

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.

ColorScheme

ThemeColorScheme

Gets the color scheme.

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

The color scheme as ThemeColorScheme.

FontScheme

ThemeFontScheme

Gets the font scheme.

C#
public ThemeFontScheme FontScheme { get; }
Property Value:

The font scheme as ThemeFontScheme.

Major

FontFamily

Gets the major FontFamily.

C#
public FontFamily Major { get; }
Property Value:

The major FontFamily.

Minor

FontFamily

Gets the minor FontFamily.

C#
public FontFamily Minor { get; }
Property Value:

The minor FontFamily.

Gets the name.

C#
public string Name { get; }
Property Value:

The name as String.

Text2

SolidColorBrush

Gets the text2 color.

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

The text2 color as SolidColorBrush.

Theme

DocumentTheme

Gets the theme.

C#
public DocumentTheme Theme { get; }
Property Value:

The theme as DocumentTheme.