DisplayInformation.AutoRotationPreferences プロパティ

定義

アプリの優先方向を取得および設定します。

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

プロパティ値

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

注釈

このプロパティは静的です。

オペレーティング システムは、アプリの自動ローテーション設定を尊重する義務はありません。 特に、設定は重なり合ったウィンドウ モードでは考慮されません。

適用対象