Class ColorValue

ColorValue class

Represents color value

public class ColorValue : ICloneable

Constructors

NameDescription
ColorValue(string, MeasureConst)Constructor.

Properties

NameDescription
Ufe { get; set; }Attributes of an element.
Value { get; set; }Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.

Methods

NameDescription
Clone()Creates deep copy of this instance.
override Equals(object)Are objects equal.
override GetHashCode()Serves as a hash function for a particular type.

See Also