Gets the Action objects that will applied on this Element object.

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 ActionCollection Actions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Actions As ActionCollection
Visual C++
public:
property ActionCollection^ Actions {
	ActionCollection^ get ();
}

See Also