GradientStopCollection

GradientStopCollection class

Représente la collection d’arrêts de dégradé.

public class GradientStopCollection : CollectionBase<GradientStop>

Propriétés

NomLa description
Capacity { get; set; }
Count { get; }
Item { get; set; }Obtient l’arrêt du dégradé par l’index. (2 indexers)

Méthodes

NomLa description
Add(double, CellsColor, int)Ajouter un arrêt de dégradé.
Add(double, Color, int)Ajouter un arrêt de dégradé.
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)

Voir également