Gets a collection of Element objects representing the individual elements within the control.

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

Syntax

C#
public ElementCollection Elements { get; }
Visual Basic (Declaration)
Public ReadOnly Property Elements As ElementCollection
Visual C++
public:
property ElementCollection^ Elements {
	ElementCollection^ get ();
}

See Also