WindowManagerLayoutParams.RotationAnimationCrossfade Campo

Definizione

Attenzione

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

Valore per #rotationAnimation il quale specifica che la finestra svanirà o esce dopo una rotazione.

[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

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Valore per #rotationAnimation il quale specifica che la finestra svanirà o esce dopo una rotazione.

per android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a