IGradientStopCollection

IGradientStopCollection — Aspose.Slides FOSS C# (.NET) API Reference

IGradientStopCollection — IGradientStopCollection API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
AsICollectionIList<IGradientStop>Read/Write
AsIEnumerableIEnumerable<IGradientStop>Read/Write
CountintRead/Write

Methods

MethodReturnsDescription
Add(float position, Color color)voidThe newly created gradient stop.
Add(float position, PresetColor presetColor)voidThe newly created gradient stop.
Add(float position, SchemeColor schemeColor)voidThe newly created gradient stop.
Insert(int index, float position, Color color)voidThe RGB color.
Insert(int index, float position, PresetColor presetColor)voidThe preset color.
Insert(int index, float position, SchemeColor schemeColor)voidThe scheme color.
RemoveAt(int index)voidThe zero-based index of the stop to remove.
Clear()void

See Also