Name | Description | |
---|---|---|
![]() | GradientStopList Constructor | Initializes a new instance of the GradientStopList class. |
The following tables list the members exposed by GradientStopList.
Name | Description | |
---|---|---|
![]() | GradientStopList Constructor | Initializes a new instance of the GradientStopList class. |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the GradientStop at the specified index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds a gradientStop to the GradientStopList. GradientStops must be added sequentially in the order of their offsets. Adding a GradientStop whose offset is less than the offset of the last GradientStop added to the collection will cause an ArgumentOutOfRangeException to be thrown. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Retrieves a boolean value indicating whether a specific gradientStop object exists in the collection. |
![]() | Equals | Determines whether the specified object is equal to the current GradientStop. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | GetHashCode | Serves as a hash function for the GradientStop, suitable for use in hashing algorithms and data structures such as a hash table. |
![]() | GetOffsetColorPairs | Returns the offsets in the gradient map and their corresponding colors. |
![]() | IndexOf | Searches for the specified GradientStop object and returns the zero-based index of the occurrence within the collection. |
![]() | Remove | Removes the specified gradientStop object from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new item into the GradientStopList. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |