UIInterfaceOrientationExtensions.IsPortrait(UIInterfaceOrientation) メソッド

定義

向きが縦向きであるかどうかを判断します。

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

パラメーター

orientation
UIInterfaceOrientation

操作する値。

戻り値

true を指定すると、縦向きになります。

適用対象