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:
C#
public static class PredefinedThemeSchemes
Inheritance: objectPredefinedThemeSchemes
Properties
Gets the collection of predefined color schemes.
C#
public static ReadOnlyCollection<ThemeColorScheme> ColorSchemes { get; }
Gets the default document theme used when no explicit theme is set.
C#
public static DocumentTheme DefaultTheme { get; }
Gets the collection of predefined font schemes.
C#
public static ReadOnlyCollection<ThemeFontScheme> FontSchemes { get; }