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 Document
Declaration
public DocumentThemeProperties(DocumentTheme theme)
Parameters
Telerik. The theme. |
Properties
Accent1
Gets the accent1 color.
Declaration
public SolidColorBrush Accent1 { get; }
Property Value
System. The accent1 color as SolidColorBrush. |
Accent2
Gets the accent2 color.
Declaration
public SolidColorBrush Accent2 { get; }
Property Value
System. The accent2 color as SolidColorBrush. |
Accent3
Gets the accent3 color.
Declaration
public SolidColorBrush Accent3 { get; }
Property Value
System. The accent3 color as SolidColorBrush. |
Accent4
Gets the accent4 color.
Declaration
public SolidColorBrush Accent4 { get; }
Property Value
System. The accent4 color as SolidColorBrush. |
Accent5
Gets the accent5 color.
Declaration
public SolidColorBrush Accent5 { get; }
Property Value
System. The accent5 color as SolidColorBrush. |
Accent6
Gets the accent6 color.
Declaration
public SolidColorBrush Accent6 { get; }
Property Value
System. The accent6 color as SolidColorBrush. |
ColorScheme
Gets the color scheme.
Declaration
public ThemeColorScheme ColorScheme { get; }
Property Value
Telerik. The color scheme as ThemeColorScheme. |
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
Telerik. The font scheme as ThemeFontScheme. |
Major
Gets the major FontFamily.
Declaration
public FontFamily Major { get; }
Property Value
System. The major FontFamily. |
Minor
Gets the minor FontFamily.
Declaration
public FontFamily Minor { get; }
Property Value
System. The minor FontFamily. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System. The name as String. |
Text2
Gets the text2 color.
Declaration
public SolidColorBrush Text2 { get; }
Property Value
System. The text2 color as SolidColorBrush. |
Theme
Gets the theme.
Declaration
public DocumentTheme Theme { get; }
Property Value
Telerik. The theme as DocumentTheme. |