CABasicAnimation.To Property
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.
public virtual Foundation.NSObject To { [Foundation.Export("toValue", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setToValue:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.To : Foundation.NSObject with get, set
Property Value
Final value that the property will have.
This value can be null
.
- Attributes