Gets the Action objects that will applied on this object.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
C# |
---|
public ActionCollection Actions { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Actions As ActionCollection |
Visual C++ |
---|
public: property ActionCollection^ Actions { ActionCollection^ get (); } |