[]
Gets the gradient stop at the specified index.
public GradientStop this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As GradientStop
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index of the gradient stop. |
Type | Description |
---|---|
GradientStop | A GradientStop value represents the gradient stop at the specified index. |