CABasicAnimation.SetTo(INativeObject) Method

Definition

Destination value for the property to animate (using INativeObject).

public void SetTo (ObjCRuntime.INativeObject value);
member this.SetTo : ObjCRuntime.INativeObject -> unit

Parameters

value
INativeObject

Final value that the property will have.

If you want to set the value to null, use the property To.

Applies to