GradientStop
GradientStop class
Represents the gradient stop.
GradientStop()
Properties
| Name | Type | Description |
|---|---|---|
| Position | DoubleValue | The position of the stop. |
| Color | ColorValue | Gets the color of this gradient stop. |
| Transparency | DoubleValue | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |