Class PredefinedThemeSchemes
Provides predefined Office-like theme color and font schemes for quick application to documents.
Inheritance
System.Object
PredefinedThemeSchemes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class PredefinedThemeSchemes
Properties
ColorSchemes
Gets the collection of predefined color schemes.
Declaration
public static ReadOnlyCollection<ThemeColorScheme> ColorSchemes { get; }
Property Value
|
System.Collections.ObjectModel.ReadOnlyCollection<ThemeColorScheme>
|
DefaultTheme
Gets the default document theme used when no explicit theme is set.
Declaration
public static DocumentTheme DefaultTheme { get; }
Property Value
|
DocumentTheme
|
FontSchemes
Gets the collection of predefined font schemes.
Declaration
public static ReadOnlyCollection<ThemeFontScheme> FontSchemes { get; }
Property Value
|
System.Collections.ObjectModel.ReadOnlyCollection<ThemeFontScheme>
|