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일 수 있습니다.

특성

설명

이 속성을 사용하여 현재 활성 동작 효과 목록을 검색하거나 이 보기에서 동작 효과 목록을 설정할 수 있습니다.

적용 대상