[]
Represents a gradient stop.
public struct SchemeGradientStop : IEquatable<SchemeGradientStop>, IComparable<SchemeGradientStop>
Public Structure SchemeGradientStop
Implements IEquatable(Of SchemeGradientStop), IComparable(Of SchemeGradientStop)
Name | Description |
---|---|
SchemeGradientStop(SchemeColor, double) | Initializes a new instance of the SchemeGradientStop struct. |
Name | Description |
---|---|
Color | Get the color of the gradient stop. |
Position | Get or set the position of the gradient stop. |
Name | Description |
---|---|
Equals(SchemeGradientStop) | Indicates whether the current value is equal to another value of the same type. |