WindowManagerLayoutParams.RotationAnimationCrossfade Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.
Value for #rotationAnimation
which specifies that this
window will fade in or out following a rotation.
[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
Field Value
Value = 1Implements
- Attributes
Remarks
Value for #rotationAnimation
which specifies that this window will fade in or out following a rotation.
Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.