CABasicAnimation.SetFrom(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.
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.