[]
Gets or sets the stripe at the specified index.
public Stripe this[int index] { get; set; }
Public Default Property Item(index As Integer) As Stripe
Type | Name | Description |
---|---|---|
int | index | Index of stripe. |
Type | Description |
---|---|
Stripe | Stripe at the specified index. |