this Property
this[int]
Gets ColorStop object from the specified collection.
Declaration
ColorStop this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ColorStop
Parameters
Type |
Name |
Description |
int |
index |
A int value represents the index of the object in collection
|