Share via


UIView.MotionEffects Proprietà

Definizione

Set corrente di effetti di movimento su questa vista.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIMotionEffect[] MotionEffects { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("motionEffects", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setMotionEffects:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.MotionEffects : UIKit.UIMotionEffect[] with get, set

Valore della proprietà

Il valore può essere null.

Attributi

Commenti

È possibile usare questa proprietà per recuperare l'elenco degli effetti di movimento attualmente attivi o per impostare l'elenco degli effetti di movimento in questa visualizzazione.

Si applica a