DisplayInformation.AutoRotationPreferences プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリの優先方向を取得および設定します。
public:
static property DisplayOrientations AutoRotationPreferences { DisplayOrientations get(); void set(DisplayOrientations value); };
static DisplayOrientations AutoRotationPreferences();
static void AutoRotationPreferences(DisplayOrientations value);
public static DisplayOrientations AutoRotationPreferences { get; set; }
var displayOrientations = DisplayInformation.autoRotationPreferences;
DisplayInformation.autoRotationPreferences = displayOrientations;
Public Shared Property AutoRotationPreferences As DisplayOrientations
プロパティ値
四角形のモニターの向き。
注釈
このプロパティは静的です。
オペレーティング システムは、アプリの自動ローテーション設定を尊重する義務はありません。 特に、設定は重なり合ったウィンドウ モードでは考慮されません。