Compartir a través de


UIView.MotionEffects Propiedad

Definición

Conjunto actual de efectos de movimiento en esta 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

Valor de propiedad

Este valor puede ser null.

Atributos

Comentarios

Puede usar esta propiedad para recuperar la lista de efectos de movimiento activos actualmente o para establecer la lista de efectos de movimiento en esta vista.

Se aplica a