ThemeColor
Class
Maps a theme color category to a concrete color used by a theme’s color scheme.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Theming
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class ThemeColor
Inheritance: objectThemeColor
Constructors
Initializes a new instance of the ThemeColor class.
C#
public ThemeColor(Color color, ThemeColorType themeColorType)
The color.
themeColorTypeThemeColorTypeType of the theme color.
Methods
Create a deep copy of this theme color.
Properties
Color
Color
Gets the concrete color assigned to this theme color type.
C#
public Color Color { get; }
The color.
Gets the theme color category this color represents.
C#
public ThemeColorType ThemeColorType { get; }
The type of the theme color.