UIInterfaceOrientationExtensions.IsLandscape(UIInterfaceOrientation) Method

Definition

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.

Applies to