Gets an Element at the specified index in the collection.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public Element this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Element
Visual C++
public:
property Element^ default[int index] {
	Element^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also