WindowManagerLayoutParams.RotationAnimationCrossfade Campo

Definición

Precaución

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

Valor para #rotationAnimation el que especifica que esta ventana se atenuará o se apagará después de una rotación.

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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Valor para #rotationAnimation el que especifica que esta ventana se atenuará o se apagará después de una rotación.

Java documentación para android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADE.

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