ColorThemeItem Property

Gets a color from this color theme by index.
public Color this[
	int index
] { get; }

Parameters

indexSystemInt32

Property Value

Color

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThere is no color of the specified index.

See Also

Reference