Class GradientStopCollection

GradientStopCollection class

Represents the gradient stop collection.

public class GradientStopCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; set; }Gets the gradient stop by the index.

Methods

NameDescription
Add(DoubleValue, ColorValue)Add a gradient stop.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
IsExist(int)Is exist item in the collection.

See Also