Class
DocumentThemeProperties

Provides properties describing Document theme.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class DocumentThemeProperties

Inheritance: objectDocumentThemeProperties

Constructors

DocumentThemeProperties(DocumentTheme)

Initializes a new instance of the DocumentThemeProperties class.

Declaration

cs-api-definition
public DocumentThemeProperties(DocumentTheme theme)

Parameters

theme

DocumentTheme

The theme.

Properties

Accent1

Gets the accent1 color.

Declaration

cs-api-definition
public SolidColorBrush Accent1 { get; }

Property Value

SolidColorBrush

The accent1 color as SolidColorBrush.

Accent2

Gets the accent2 color.

Declaration

cs-api-definition
public SolidColorBrush Accent2 { get; }

Property Value

SolidColorBrush

The accent2 color as SolidColorBrush.

Accent3

Gets the accent3 color.

Declaration

cs-api-definition
public SolidColorBrush Accent3 { get; }

Property Value

SolidColorBrush

The accent3 color as SolidColorBrush.

Accent4

Gets the accent4 color.

Declaration

cs-api-definition
public SolidColorBrush Accent4 { get; }

Property Value

SolidColorBrush

The accent4 color as SolidColorBrush.

Accent5

Gets the accent5 color.

Declaration

cs-api-definition
public SolidColorBrush Accent5 { get; }

Property Value

SolidColorBrush

The accent5 color as SolidColorBrush.

Accent6

Gets the accent6 color.

Declaration

cs-api-definition
public SolidColorBrush Accent6 { get; }

Property Value

SolidColorBrush

The accent6 color as SolidColorBrush.

ColorScheme

Gets the color scheme.

Declaration

cs-api-definition
public ThemeColorScheme ColorScheme { get; }

Property Value

ThemeColorScheme

The color scheme as ThemeColorScheme.

FontScheme

Gets the font scheme.

Declaration

cs-api-definition
public ThemeFontScheme FontScheme { get; }

Property Value

ThemeFontScheme

The font scheme as ThemeFontScheme.

Major

Gets the major FontFamily.

Declaration

cs-api-definition
public FontFamily Major { get; }

Property Value

FontFamily

The major FontFamily.

Minor

Gets the minor FontFamily.

Declaration

cs-api-definition
public FontFamily Minor { get; }

Property Value

FontFamily

The minor FontFamily.

Name

Gets the name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name as String.

Text2

Gets the text2 color.

Declaration

cs-api-definition
public SolidColorBrush Text2 { get; }

Property Value

SolidColorBrush

The text2 color as SolidColorBrush.

Theme

Gets the theme.

Declaration

cs-api-definition
public DocumentTheme Theme { get; }

Property Value

DocumentTheme

The theme as DocumentTheme.