共用方式為


UIView.RemoveMotionEffect(UIMotionEffect) 方法

定義

移除檢視的指定動作效果。

[Foundation.Export("removeMotionEffect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveMotionEffect (UIKit.UIMotionEffect effect);
abstract member RemoveMotionEffect : UIKit.UIMotionEffect -> unit
override this.RemoveMotionEffect : UIKit.UIMotionEffect -> unit

參數

effect
UIMotionEffect

要從檢視中移除的動作效果。

屬性

適用於