WindowManagerLayoutParams.RotationAnimationRotate Field

Definition

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 visually rotate in or out following a rotation.

[Android.Runtime.Register("ROTATION_ANIMATION_ROTATE")]
[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 RotationAnimationRotate = 0;
[<Android.Runtime.Register("ROTATION_ANIMATION_ROTATE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)>]
val mutable RotationAnimationRotate : Android.Views.WindowRotationAnimation

Field Value

Value = 0

Implements

Attributes

Remarks

Value for #rotationAnimation which specifies that this window will visually rotate in or out following a rotation.

Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE.

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.

Applies to