Class
ColorModeWrapper

Represents a wrapper around the ColorMode enumeration.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor.Mode

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public sealed class ColorModeWrapper

Inheritance: objectColorModeWrapper

Constructors

ColorModeWrapper()

Declaration

cs-api-definition
public ColorModeWrapper()

Properties

EnumValue

Gets or sets the enum int value.

Declaration

cs-api-definition
public int EnumValue { get; set; }

Property Value

int

The enum value.

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides object.GetHashCode()

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()