Class ThemeColor
Represents a color in a theme.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Spreadsheet.Theming
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ThemeColor
Constructors
ThemeColor(Color, ThemeColorType)
Initializes a new instance of the Theme
Declaration
public ThemeColor(Color color, ThemeColorType themeColorType)
Parameters
Color
color
The color. |
Theme Type of the theme color. |
Properties
Color
ThemeColorType
Gets the type of the theme color.
Declaration
public ThemeColorType ThemeColorType { get; }
Property Value
Theme The type of the theme color. |
Methods
Clone()
Creates deep copy of this theme color.
Declaration
public ThemeColor Clone()
Returns
Theme The cloned theme color. |
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |