GradientStopCollection

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

GradientStopCollection — GradientStopCollection API type. Inherits from: PVIObject, IGradientStopCollection, IEnumerable<IGradientStop>.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
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

See Also