[]
Gets or sets the CommonGradient at the specified position in the collection.
public CommonGradient this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first CommonGradient with the specified name in the collection.
public CommonGradient this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |