IGradientStopCollection
Overview
IGradientStopCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of gradient stops.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IGradientStop> | Read | Provides the stops as an IList of IGradientStop |
AsIEnumerable | IEnumerable<IGradientStop> | Read | Provides the stops as an IEnumerable of IGradientStop |
Count | int | Read |
Methods
| Signature | Description |
|---|---|
Add(position: float, color: Color) | The newly created gradient stop. |
Add(position: float, presetColor: PresetColor) | The newly created gradient stop. |
Add(position: float, schemeColor: SchemeColor) | The newly created gradient stop. |
Insert(index: int, position: float, color: Color) | The RGB color. |
Insert(index: int, position: float, presetColor: PresetColor) | The preset color. |
Insert(index: int, position: float, schemeColor: SchemeColor) | The scheme color. |
RemoveAt(index: int) | The zero-based index of the stop to remove. |
Clear() |