Upravit

Sdílet prostřednictvím


CAKeyFrameAnimation.Values Property

Definition

Sets the key frame animation values.

public virtual Foundation.NSObject[] Values { [Foundation.Export("values", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setValues:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Values : Foundation.NSObject[] with get, set

Property Value

This value can be null.

Attributes

Remarks

To pass number, create instances of NSNumber with the value, to pass other values, use NSValue.

If you need to pass CoreGraphics objects, or retrieve elements from the key frame that might contain CoreGraphics objects, you should use the M:CoreAnimation.CAKeyFrameAnimation.SetValues and GetValuesAs<T>() methods instead.

Applies to