Class ColorModeWrapper
Represents a wrapper around the Color
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor.Mode
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ColorModeWrapper : Object
Constructors
ColorModeWrapper()
Declaration
public ColorModeWrapper()
Properties
EnumValue
Gets or sets the enum int value.
Declaration
public int EnumValue { get; set; }
Property Value
System. The enum value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |