Class
PredefinedThemeSchemes

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

ReadOnlyCollection<ThemeColorScheme>

DefaultTheme

The default document theme.

Declaration

cs-api-definition
public static DocumentTheme DefaultTheme { get; }

Property Value

DocumentTheme

FontSchemes

Predefined font schemes.

Declaration

cs-api-definition
public static ReadOnlyCollection<ThemeFontScheme> FontSchemes { get; }

Property Value

ReadOnlyCollection<ThemeFontScheme>