GradientStop
Contents
[
Hide
]GradientStop class
Represents the gradient stop.
Constructors
| Name | Description |
|---|---|
| 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. |
GradientStop()
GradientStop.Position property
The position of the stop.
Type: DoubleValue
GradientStop.Color property
Gets the color of this gradient stop.
Type: ColorValue
GradientStop.Transparency property
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Type: DoubleValue
deepClone()
Creates deep copy of this instance.