[]
Gets or sets the CommonColorMap at the specified position in the collection.
public CommonColorMap this[int index] { get; set; }
Public Default Property Item(index As Integer) As CommonColorMap
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first CommonColorMap with the specified name in the collection.
public CommonColorMap this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As CommonColorMap
| Type | Name | Description |
|---|---|---|
| string | name |