ClassPredefinedThemeSchemes
Class
Describes the color and font schemes for the predefined document themes.
Definition
Namespace:Telerik.WinForms.Documents.Spreadsheet.Theming
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public static class PredefinedThemeSchemes
Inheritance: objectPredefinedThemeSchemes
Properties
ColorSchemes
Predefined color schemes.
Declaration
cs-api-definition
public static ReadOnlyCollection<ThemeColorScheme> ColorSchemes { get; }
Property Value
DefaultTheme
The default document theme.
Declaration
cs-api-definition
public static DocumentTheme DefaultTheme { get; }
Property Value
FontSchemes
Predefined font schemes.
Declaration
cs-api-definition
public static ReadOnlyCollection<ThemeFontScheme> FontSchemes { get; }
Property Value