WindowManagerLayoutParams.ScreenOrientationChanged Campo

Definición

Precaución

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

Indica que la orientación de la pantalla cambió cuando se copiaron los parámetros de diseño.

[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

Valor de campo

Value = 1024

Implementaciones

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a