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
屬性值
矩形監視器的方向。
備註
此屬性是靜態的。
作業系統不一定要接受應用程式的自動輪替喜好設定。 特別是,喜好設定不會在重迭的視窗模式中遵守。