Android.Views.WindowManagerLayoutParams.RotationAnimation Property
Define the exit and entry animations used on this window when the device is rotated.

Syntax

[Android.Runtime.Register("rotationAnimation")]
public WindowRotationAnimation RotationAnimation { get; set; }

See Also

WindowManagerLayoutParams.RotationAnimationRotate
WindowManagerLayoutParams.RotationAnimationCrossfade
WindowManagerLayoutParams.RotationAnimationJumpcut

Value

Documentation for this section has not yet been entered.

Remarks

Define the exit and entry animations used on this window when the device is rotated. This only has an affect if the incoming and outgoing topmost opaque windows have the #FLAG_FULLSCREEN bit set and are not covered by other windows. All other situations default to the WindowManagerLayoutParams.RotationAnimationRotate behavior.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18