CAKeyFrameAnimation.Values 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.
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.