GradientStopCollection
Overview
GradientStopCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<GradientStop>.
Contains a collection of GradientStop objects.
This class provides 5 methods for working with GradientStopCollection objects in .NET programs.
Available methods include: Add, GetEnumerator, Insert, Remove, RemoveAt.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets an integer value indicating the number of items in the collection. |
Methods
| Signature | Description |
|---|---|
Insert(index: int, gradientStop: GradientStop) | Inserts a GradientStop to the collection at a specified index. |
Add(gradientStop: GradientStop) | Adds a specified GradientStop to a gradient. |
RemoveAt(index: int) | Removes a GradientStop from the collection at a specified index. |
Remove(gradientStop: GradientStop) | Removes a specified GradientStop from the collection. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |