言語

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

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

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象