DisplayInformation.CurrentOrientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
四角形のモニターの現在の向きを取得します。
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 プロパティを使用します。