A dictionary mapping keys to objects that implement the CAAction protocol.
Original signature is '@property(copy) NSDictionary *actions'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary Actions { get; set; }
Public Overridable Property Actions As NSDictionary Get Set
public: virtual property NSDictionary^ Actions { NSDictionary^ get (); void set (NSDictionary^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)