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

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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