Provides properties describing Document theme.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class DocumentThemeProperties
Inheritance: objectDocumentThemeProperties
Constructors
Initializes a new instance of the DocumentThemeProperties class.
public DocumentThemeProperties(DocumentTheme theme)
The theme.
Properties
Accent1
SolidColorBrush
Gets the accent1 color.
public SolidColorBrush Accent1 { get; }
The accent1 color as SolidColorBrush.
Accent2
SolidColorBrush
Gets the accent2 color.
public SolidColorBrush Accent2 { get; }
The accent2 color as SolidColorBrush.
Accent3
SolidColorBrush
Gets the accent3 color.
public SolidColorBrush Accent3 { get; }
The accent3 color as SolidColorBrush.
Accent4
SolidColorBrush
Gets the accent4 color.
public SolidColorBrush Accent4 { get; }
The accent4 color as SolidColorBrush.
Accent5
SolidColorBrush
Gets the accent5 color.
public SolidColorBrush Accent5 { get; }
The accent5 color as SolidColorBrush.
Accent6
SolidColorBrush
Gets the accent6 color.
public SolidColorBrush Accent6 { get; }
The accent6 color as SolidColorBrush.
ColorScheme
ThemeColorScheme
Gets the color scheme.
public ThemeColorScheme ColorScheme { get; }
The color scheme as ThemeColorScheme.
FontScheme
ThemeFontScheme
Gets the font scheme.
public ThemeFontScheme FontScheme { get; }
The font scheme as ThemeFontScheme.
Major
FontFamily
Gets the major FontFamily.
public FontFamily Major { get; }
The major FontFamily.
Minor
FontFamily
Gets the minor FontFamily.
public FontFamily Minor { get; }
The minor FontFamily.
Text2
SolidColorBrush
Gets the text2 color.
public SolidColorBrush Text2 { get; }
The text2 color as SolidColorBrush.
Theme
DocumentTheme
Gets the theme.
public DocumentTheme Theme { get; }
The theme as DocumentTheme.