CABasicAnimation.GetToAs<T> Method

Definition

Returns the destination value for the property to animate, returned as an object of the specified type.

public T GetToAs<T> () where T : class, ObjCRuntime.INativeObject;
member this.GetToAs : unit -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Type Parameters

T

Returns

T

Remarks

Applies to