CALayer.ActionForKey(String) Method

Definition

Returns the Actions value associated with the specified key.

[Foundation.Export("actionForKey:")]
public virtual Foundation.NSObject ActionForKey (string eventKey);
abstract member ActionForKey : string -> Foundation.NSObject
override this.ActionForKey : string -> Foundation.NSObject

Parameters

eventKey
String

Identifier of the action desired.

Returns

Attributes

Applies to