Class
PredefinedThemeSchemes

Provides predefined Office-like theme color and font schemes for quick application to documents.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Theming

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public static class PredefinedThemeSchemes

Inheritance: objectPredefinedThemeSchemes

Properties

ColorSchemes

Gets the collection of predefined color schemes.

Declaration

cs-api-definition
public static ReadOnlyCollection<ThemeColorScheme> ColorSchemes { get; }

Property Value

ReadOnlyCollection<ThemeColorScheme>

DefaultTheme

Gets the default document theme used when no explicit theme is set.

Declaration

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

Property Value

DocumentTheme

FontSchemes

Gets the collection of predefined font schemes.

Declaration

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

Property Value

ReadOnlyCollection<ThemeFontScheme>