WindowManagerLayoutParams.ScreenOrientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ウィンドウの特定の向きの値。
[Android.Runtime.Register("screenOrientation")]
public Android.Content.PM.ScreenOrientation ScreenOrientation { get; set; }
[<Android.Runtime.Register("screenOrientation")>]
member this.ScreenOrientation : Android.Content.PM.ScreenOrientation with get, set
プロパティ値
- 属性
注釈
ウィンドウの特定の向きの値。
android.content.pm.ActivityInfo#screenOrientationに使用できるのと同じ値のいずれかを指定できます。 設定しない場合は、既定値の android.content.pm.ActivityInfo#SCREEN_ORIENTATION_UNSPECIFIED が使用されます。
android.view.WindowManager.LayoutParams.screenOrientationの Java ドキュメント。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。