The following tables list the members exposed by IGradientStops.
Public Properties
| Name | Description |
 | Count | Gets the number of gradient stops in this collection. |
 | Item | Gets the IGradientStop specified by the zero based index. |
Top
Public Methods
| Name | Description |
 | Delete | Deletes the gradient stop at the specified index. |
 | GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IGradientStop>) |
 | Insert | Overloaded. Adds a new gradient stop to the end of the collection. |
 | InsertAt | Overloaded. Inserts a new gradient stop at the specified index in the collection. |
Top
See Also