Show / Hide Table of Contents

Class GradientStopCollection

Represents a collection of GradientStop objects that can be individually accessed by index.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<GradientStop>
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
PresentationFrameworkCollection<GradientStop>.CountProperty
PresentationFrameworkCollection<GradientStop>.Count
PresentationFrameworkCollection<GradientStop>.Item[Int32]
PresentationFrameworkCollection<GradientStop>.IsFixedSize
PresentationFrameworkCollection<GradientStop>.IsReadOnly
PresentationFrameworkCollection<GradientStop>.IsSynchronized
PresentationFrameworkCollection<GradientStop>.SyncRoot
PresentationFrameworkCollection<GradientStop>.GetEnumerator()
PresentationFrameworkCollection<GradientStop>.Add(GradientStop)
PresentationFrameworkCollection<GradientStop>.Clear()
PresentationFrameworkCollection<GradientStop>.Contains(GradientStop)
PresentationFrameworkCollection<GradientStop>.CopyTo(Array, Int32)
PresentationFrameworkCollection<GradientStop>.CopyTo(GradientStop[], Int32)
PresentationFrameworkCollection<GradientStop>.IndexOf(GradientStop)
PresentationFrameworkCollection<GradientStop>.Insert(Int32, GradientStop)
PresentationFrameworkCollection<GradientStop>.Remove(GradientStop)
PresentationFrameworkCollection<GradientStop>.RemoveAt(Int32)
PresentationFrameworkCollection<GradientStop>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<GradientStop>.IList.Add(Object)
PresentationFrameworkCollection<GradientStop>.IList.Remove(Object)
PresentationFrameworkCollection<GradientStop>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<GradientStop>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<GradientStop>.IList.IndexOf(Object)
PresentationFrameworkCollection<GradientStop>.IList.Contains(Object)
PresentationFrameworkCollection<GradientStop>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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>, IDependencyObject, IList<GradientStop>, ICollection<GradientStop>, IEnumerable<GradientStop>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

GradientStopCollection()

Initializes a new instance of the GradientStopCollection class.

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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source