UIView.RemoveMotionEffect(UIMotionEffect) Method
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.
C#
[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
Motion effect to remove from the view.
- Attributes
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |