GradientStopCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Gets the number of elements contained in the ICollection |
Is |
Gets a value indicating whether the ICollection |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from IList |
#Methods
Name | Description |
---|---|
Add |
Adds an item to the ICollection |
Clear() |
Removes all items from the ICollection |
Contains |
Determines whether the ICollection |
Copy |
Copies the elements of the ICollection |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Index |
Determines the index of a specific item in the IList |
Insert |
Inserts an item to the IList |
Remove |
Removes the first occurrence of a specific object from the ICollection |
Remove |
Removes the IList |
See Also