Gets the Action objects that will applied on this Neodynamic.WebControls.ImageDraw object.

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

See Also