UIInterfaceOrientationExtensions.IsLandscape(UIInterfaceOrientation) 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.
Determines if the origination is one of the landscape values.
public static bool IsLandscape (this UIKit.UIInterfaceOrientation orientation);
static member IsLandscape : UIKit.UIInterfaceOrientation -> bool
Parameters
- orientation
- UIInterfaceOrientation
The value to operate on.
Returns
true if this is a landscape orientation.