GradientStopCollectionAdd Method (Single, PresetColor)

Creates the new gradient stop and adds it to the end of collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IGradientStop Add(
	float position,
	PresetColor presetColor
)

Parameters

position
Type: SystemSingle
Position of the new gradient stop.
presetColor
Type: Aspose.SlidesPresetColor
Color of the new radient stop.

Return Value

Type: IGradientStop
Index of the new gradient stop in the collection.

Implements

IGradientStopCollectionAdd(Single, PresetColor)
See Also