CABasicAnimation.SetTo(INativeObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.