[]
Gets the specified label from the collection by numeric index.
public Label this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified label from the collection by name.
public Label this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |