IGradientStopCollection class

IGradientStopCollection class

Represnts a collection of gradient stops.

The IGradientStopCollection type exposes the following members:

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