Class RadSpreadsheetThemesManager
Represents a manager for the RadSpreadsheet themes.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Theming
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RadSpreadsheetThemesManager : Object
Properties
BuiltInColorSchemes
Gets the built-in color schemes.
Declaration
public NamedObjects<ThemeColorScheme> BuiltInColorSchemes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Core.NamedObjects<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorScheme>
The built-in color schemes. |
BuiltInFontSchemes
Gets the built-in font schemes.
Declaration
public NamedObjects<ThemeFontScheme> BuiltInFontSchemes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Core.NamedObjects<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme>
The built-in font schemes. |
CurrentColorScheme
Gets or sets the current color scheme.
Declaration
public ThemeColorScheme CurrentColorScheme { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorScheme
The current color scheme. |
CurrentFontScheme
Gets or sets the current font scheme.
Declaration
public ThemeFontScheme CurrentFontScheme { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme
The current font scheme. |
CurrentTheme
Gets or sets the current theme.
Declaration
public DocumentTheme CurrentTheme { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme
The current theme. |
CustomColorSchemes
Gets the custom color schemes.
Declaration
public NamedObjects<ThemeColorScheme> CustomColorSchemes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Core.NamedObjects<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorScheme>
The custom color schemes. |
CustomFontSchemes
Gets the custom font schemes.
Declaration
public NamedObjects<ThemeFontScheme> CustomFontSchemes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Core.NamedObjects<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme>
The custom font schemes. |
Themes
Gets the themes.
Declaration
public NamedObjects<DocumentTheme> Themes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Core.NamedObjects<Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme>
The themes. |
Methods
OnCurrentThemeChanged()
Called when current theme is changed.
Declaration
protected virtual void OnCurrentThemeChanged()
Events
CurrentColorSchemeChanged
Occurs when current color scheme is changed.
Declaration
public event EventHandler CurrentColorSchemeChanged
Event Type
System.EventHandler
|
CurrentFontSchemeChanged
Occurs when current font scheme is changed.
Declaration
public event EventHandler CurrentFontSchemeChanged
Event Type
System.EventHandler
|
CurrentThemeChanged
Occurs when current theme is changed.
Declaration
public event EventHandler CurrentThemeChanged
Event Type
System.EventHandler
|