GradientStopCollection — Aspose.Slides FOSS C# (.NET) API Reference
GradientStopCollection — GradientStopCollection API type. Inherits from: PVIObject, IGradientStopCollection, IEnumerable<IGradientStop>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IGradientStop> | Read/Write | |
AsIEnumerable | IEnumerable<IGradientStop> | Read/Write | |
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Add(float position, Color color) | void | |
Add(float position, PresetColor presetColor) | void | |
Add(float position, SchemeColor schemeColor) | void | |
Insert(int index, float position, Color color) | void | |
Insert(int index, float position, PresetColor presetColor) | void | |
Insert(int index, float position, SchemeColor schemeColor) | void | |
RemoveAt(int index) | void | |
Clear() | void | |
GetEnumerator() | void |