CABasicAnimation.SetFrom(INativeObject) Method

Definition

Sets the value for the initial value of the property to animate, by using a non-NSObject type.

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

Parameters

value
INativeObject

Initial value that the property will have.

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

Remarks

Applies to