Class CmxGradient
CmxGradient class
Represents a gradient info.
Constructors
Properties
Name | Description |
---|
Angle { get; set; } | Gets or sets the angle. |
CenterXOffset { get; set; } | Gets or sets the center x offset. |
CenterYOffset { get; set; } | Gets or sets the center y offset. |
Colors { get; set; } | Gets or sets the colors. |
EdgeOffset { get; set; } | Gets or sets the edge offset. |
Mode { get; set; } | Gets or sets the mode. |
Offsets { get; set; } | Gets or sets the offsets. |
RateMethod { get; set; } | Gets or sets the rate method. |
RateValue { get; set; } | Gets or sets the rate value. |
Screen { get; set; } | Gets or sets the screen. |
Steps { get; set; } | Gets or sets the steps. |
Type { get; set; } | Gets or sets the type. |
Methods
Name | Description |
---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
override ToString() | Returns a String that represents this instance. |
See Also