WindowManagerLayoutParams.ScreenOrientation プロパティ

定義

ウィンドウの特定の向きの値。

[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 既定値が使用されます。

の Java ドキュメント android.view.WindowManager.LayoutParams.screenOrientation

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象