Class GradientStopCollection
Represents a collection of GradientStop objects that can be individually accessed by index.
Inheritance
System.Object
GradientStopCollection
Implements
System.Collections.Generic.IList<GradientStop>
System.Collections.Generic.ICollection<GradientStop>
System.Collections.Generic.IEnumerable<GradientStop>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class GradientStopCollection : PresentationFrameworkCollection<GradientStop>, IList<GradientStop>, ICollection<GradientStop>, IEnumerable<GradientStop>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceGradientStopCollection()
Declaration
public GradientStopCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable