IGradientStopCollection
General
IGradientStopCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció d’estacions de gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IGradientStop> | Read | Gets the stops as an IList of IGradientStop |
AsIEnumerable | IEnumerable<IGradientStop> | Read | Gets the stops as an IEnumerable of IGradientStop |
Count | int | Read |
Mètodes
| 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() |