Class DocumentThemeProperties
Provides properties describing Document theme.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DocumentThemeProperties : Object
Constructors
DocumentThemeProperties(DocumentTheme)
Initializes a new instance of the DocumentThemeProperties class.
Declaration
public DocumentThemeProperties(DocumentTheme theme)
Parameters
Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme
theme
The theme. |
Properties
Accent1
Gets the accent1 color.
Declaration
public SolidColorBrush Accent1 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent1 color as SolidColorBrush. |
Accent2
Gets the accent2 color.
Declaration
public SolidColorBrush Accent2 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent2 color as SolidColorBrush. |
Accent3
Gets the accent3 color.
Declaration
public SolidColorBrush Accent3 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent3 color as SolidColorBrush. |
Accent4
Gets the accent4 color.
Declaration
public SolidColorBrush Accent4 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent4 color as SolidColorBrush. |
Accent5
Gets the accent5 color.
Declaration
public SolidColorBrush Accent5 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent5 color as SolidColorBrush. |
Accent6
Gets the accent6 color.
Declaration
public SolidColorBrush Accent6 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The accent6 color as SolidColorBrush. |
ColorScheme
Gets the color scheme.
Declaration
public ThemeColorScheme ColorScheme { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorScheme
The color scheme as ThemeColorScheme. |
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme
The font scheme as ThemeFontScheme. |
Major
Gets the major FontFamily.
Declaration
public FontFamily Major { get; }
Property Value
System.Windows.Media.FontFamily
The major FontFamily. |
Minor
Gets the minor FontFamily.
Declaration
public FontFamily Minor { get; }
Property Value
System.Windows.Media.FontFamily
The minor FontFamily. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name as String. |
Text2
Gets the text2 color.
Declaration
public SolidColorBrush Text2 { get; }
Property Value
System.Windows.Media.SolidColorBrush
The text2 color as SolidColorBrush. |
Theme
Gets the theme.
Declaration
public DocumentTheme Theme { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme
The theme as DocumentTheme. |