次の方法で共有


DisplayInformation.CurrentOrientation プロパティ

定義

四角形のモニターの現在の向きを取得します。

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

プロパティ値

四角形モニターの現在の向き。

注釈

DisplayInformation.CurrentOrientation プロパティの値は、ディスプレイまたはモニターの向きに対応しており、アプリの向きとは限りません。 レイアウト目的でアプリの向きを確認するには、 ApplicationView.Value プロパティを使用します。

適用対象