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

屬性值

矩形監視器的方向。

備註

此屬性是靜態的。

作業系統不一定要接受應用程式的自動輪替喜好設定。 特別是,喜好設定不會在重迭的視窗模式中遵守。

適用於