言語

WindowManagerLayoutParams.ScreenOrientationChanged フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.WindowManagerEventType enum directly instead of this field.

レイアウト パラメーターのコピー時に画面の向きが変更されたことを示します。

[Android.Runtime.Register("SCREEN_ORIENTATION_CHANGED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEventType enum directly instead of this field.", true)]
public const Android.Views.WindowManagerEventType ScreenOrientationChanged = 1024;
[<Android.Runtime.Register("SCREEN_ORIENTATION_CHANGED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowManagerEventType enum directly instead of this field.", true)>]
val mutable ScreenOrientationChanged : Android.Views.WindowManagerEventType

フィールド値

Value = 1024

実装

属性

注釈

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

適用対象