Gets the palette entry with the specified index.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public ColorPaletteEntry this[
	int index
] { get; }
Visual Basic
Public ReadOnly Property Item ( _
	index As Integer _
) As ColorPaletteEntry
	Get

Parameters

index
Type: System..::..Int32

See Also