共用方式為


UIInterfaceOrientationExtensions.IsPortrait(UIInterfaceOrientation) 方法

定義

判斷方向是否為其中一個直向。

public static bool IsPortrait (this UIKit.UIInterfaceOrientation orientation);
static member IsPortrait : UIKit.UIInterfaceOrientation -> bool

參數

orientation
UIInterfaceOrientation

要運作的值。

傳回

如果這是直向,則為 true。

適用於