ColorValue

ColorValue class

Represents color value

public class ColorValue : ICloneable

Constructors

Name Description
ColorValue(string, MeasureConst) Constructor.

Properties

Name Description
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

Name Description
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