Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 8 C# xaml プログラミングで、選択したビューの向きのプロパティを制限する方法はありますか。
これにより、優先方向を設定できます。
DisplayProperties.AutoRotationPreferences = DisplayOrientations.Landscape | DisplayOrientations.LandscapeFlipped;
これはアプリ全体に適用されるため、必要に応じて値を変更し続ける必要があることに注意してください。
これをシミュレーターでテストしても機能しない場合は、実際のデバイスでテストする必要があります。