ClassDocumentThemeProperties
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
DocumentThemeProperties(DocumentTheme)
Initializes a new instance of the DocumentThemeProperties class.
Declaration
public DocumentThemeProperties(DocumentTheme theme)
Parameters
theme
DocumentTheme
The theme.
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.
ColorScheme
Gets the color scheme.
Declaration
public ThemeColorScheme ColorScheme { get; }
Property Value
ThemeColorScheme
The color scheme as ThemeColorScheme.
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
ThemeFontScheme
The font scheme as ThemeFontScheme.
Major
Gets the major FontFamily.
Declaration
public FontFamily Major { get; }
Property Value
FontFamily
The major FontFamily.
Minor
Gets the minor FontFamily.
Declaration
public FontFamily Minor { get; }
Property Value
FontFamily
The minor FontFamily.
Name
Gets the name.
Text2
Gets the text2 color.
Declaration
public SolidColorBrush Text2 { get; }
Property Value
SolidColorBrush
The text2 color as SolidColorBrush.
Theme
Gets the theme.
Declaration
public DocumentTheme Theme { get; }
Property Value
DocumentTheme
The theme as DocumentTheme.