CABasicAnimation.To Property

Definition

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

Applies to