Class PredefinedThemeSchemes
Describes the color and font schemes for the predefined document themes.
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
Predefined color schemes.
Declaration
public static ReadOnlyCollection<ThemeColorScheme> ColorSchemes { get; }
  Property Value
| 
        System.Collections.ObjectModel.ReadOnlyCollection<ThemeColorScheme>
         
  | 
    
DefaultTheme
The default document theme.
Declaration
public static DocumentTheme DefaultTheme { get; }
  Property Value
| 
        DocumentTheme
         
  | 
    
FontSchemes
Predefined font schemes.
Declaration
public static ReadOnlyCollection<ThemeFontScheme> FontSchemes { get; }
  Property Value
| 
        System.Collections.ObjectModel.ReadOnlyCollection<ThemeFontScheme>
         
  |