GradientStops
A collection of gradient stops.
GradientStops Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of GradientStops. |
| Item |
Object |
read |
Returns the GradientStop with the specified index or name as Long or String. |
GradientStops Methods
| Method |
Returns |
Description |
| Add |
GradientStop |
Create a new GradientStop. |
| AnyItem |
Object |
Returns any GradientStop. |
| FirstItem |
Object |
Returns the first GradientStop. |
| ItemByRange |
Objects |
Returns the GradientStops within the specified range. |
| LastItem |
Object |
Returns the last GradientStop. |
| MiddleItem |
Object |
Returns the middle GradientStop. |
| NextItem |
Object |
Returns the next GradientStop. |
| PreviousItem |
Object |
Returns the previous GradientStop. |