Compartilhar via


UIView.MotionEffects Propriedade

Definição

Conjunto atual de efeitos de movimento nessa exibição.

[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 da propriedade

Este valor pode ser null.

Atributos

Comentários

Você pode usar essa propriedade para recuperar a lista de efeitos de movimento ativos no momento ou para definir a lista de efeitos de movimento nessa exibição.

Aplica-se a