Class GradientStopCollection

GradientStopCollection class

Represents the gradient stop collection.

public class GradientStopCollection : CollectionBase<GradientStop>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }Gets the gradient stop by the index. (2 indexers)

Methods

NameDescription
Add(double, CellsColor, int)Add a gradient stop.
Add(double, Color, int)Add a gradient stop.
BinarySearch(GradientStop)
BinarySearch(GradientStop, IComparer<GradientStop>)
BinarySearch(int, int, GradientStop, IComparer<GradientStop>)
Clear()
Contains(GradientStop)
CopyTo(GradientStop[])
CopyTo(GradientStop[], int)
CopyTo(int, GradientStop[], int, int)
Exists(Predicate<GradientStop>)
Find(Predicate<GradientStop>)
FindAll(Predicate<GradientStop>)
FindIndex(Predicate<GradientStop>)
FindIndex(int, Predicate<GradientStop>)
FindIndex(int, int, Predicate<GradientStop>)
FindLast(Predicate<GradientStop>)
FindLastIndex(Predicate<GradientStop>)
FindLastIndex(int, Predicate<GradientStop>)
FindLastIndex(int, int, Predicate<GradientStop>)
GetEnumerator()
IndexOf(GradientStop)
IndexOf(GradientStop, int)
IndexOf(GradientStop, int, int)
LastIndexOf(GradientStop)
LastIndexOf(GradientStop, int)
LastIndexOf(GradientStop, int, int)
RemoveAt(int)

See Also