ColorPalette.Item[int]
Property in ColorPalette
Declaration
public Color this[int index] { get; set; }
Description
Gets or sets the color at the specified index.
Parameters
index | The index of the color to get or set. |
public Color this[int index] { get; set; }
Gets or sets the color at the specified index.
index | The index of the color to get or set. |