次の方法で共有


DisplayInformation.NativeOrientation プロパティ

定義

ディスプレイ モニターのネイティブの向きを取得します。これは通常、デバイス上のボタンがモニターの向きと一致する向きです。

public:
 property DisplayOrientations NativeOrientation { DisplayOrientations get(); };
DisplayOrientations NativeOrientation();
public DisplayOrientations NativeOrientation { get; }
var displayOrientations = displayInformation.nativeOrientation;
Public ReadOnly Property NativeOrientation As DisplayOrientations

プロパティ値

ディスプレイ モニターのネイティブの向き。

注釈

NativeOrientation は、 長または 縦向 きの値のみを返します。 NativeOrientation は 、LandscapeFlipped または PortraitFlipped 返しません。

適用対象