UIView.MotionEffects プロパティ

定義

このビューのモーション効果の現在のセット。

[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

プロパティ値

この値は、null の場合もあります。

属性

注釈

このプロパティを使用すると、現在アクティブなモーション効果の一覧を取得したり、このビューにモーション効果のリストを設定したりできます。

適用対象