Gets the Action objects that will applied on this Neodynamic.SDK.ImageDraw object.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: 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 (); } |