Condividi tramite


CAKeyFrameAnimation.Values Proprietà

Definizione

Imposta i valori dell'animazione del fotogramma chiave.

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

Valore della proprietà

Il valore può essere null.

Attributi

Commenti

Per passare il numero, creare istanze di NSNumber con il valore, per passare altri valori, usare NSValue.

Se è necessario passare oggetti CoreGraphics o recuperare elementi dal frame chiave che potrebbe contenere oggetti CoreGraphics, è necessario usare invece i metodi e GetValuesAs<T>() i metodi.

Si applica a