Version

GradientStopCollection Class Members

The following tables list the members exposed by GradientStopCollection.

Public Constructors
 NameDescription
Public ConstructorGradientStopCollection ConstructorCreates a new instance of this class.  
Public Properties
 NameDescription
Public PropertyColorsReturns the Color of each item in this collection.  
Public PropertyCountReturns the number of items in this collection.  
Public PropertyItemReturns the GradientStop at the specified index.  
Public PropertyOffsetsReturns the Offset of each item in this collection.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified GradientStop instance to this collection.  
Public MethodClearRemoves all items from this collection.  
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<GradientStop>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<GradientStop>)
Public MethodRemoveRemoves the specified GradientStop from this collection.  
Public MethodRemoveAtRemoves the GradientStop instance at the specified ordinal position from this collection.  
Public Events
See Also