UIView.RemoveMotionEffect(UIMotionEffect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified motion effect to the view.
[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
Parameters
- effect
- UIMotionEffect
Motion effect to remove from the view.
- Attributes