Class ColorModeWrapper
Represents a wrapper around the ColorMode enumeration.
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.Int32
The enum value. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |