GradientStopCollection class

GradientStopCollection class

Represnts a collection of gradient stops.

Inheritance:GradientStopCollectionPVIObject

The GradientStopCollection type exposes the following members:

Properties

PropertyDescription
slide
presentation

Returns the gradient stop by index.

Indexer

NameDescription
[index]

Methods

MethodDescription
addCreates the new gradient stop and adds it to the end of collection.
addCreates the new gradient stop and adds it to the end of collection.
addCreates the new gradient stop and adds it to the end of collection.
insertCreates the new gradient stop and inserts it at the specified index to the collection.
insertCreates the new gradient stop and inserts it at the specified index to the collection.
insertCreates the new gradient stop and inserts it at the specified index to the collection.
remove_atRemoves a gradient stop at the specified index.
clearRemoves all gradient stops from a collection.

See Also