MPMoviePlayerViewController.ShouldAutorotateToInterfaceOrientation 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.
Developers should not use this deprecated method. Do not use; this API was removed.
[Foundation.Export("shouldAutorotateToInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Do not use; this API was removed.")]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Do not use; this API was removed.")]
public virtual bool ShouldAutorotateToInterfaceOrientation (UIKit.UIInterfaceOrientation orientation);
override this.ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool
Parameters
- orientation
- UIInterfaceOrientation
Returns
- Attributes