AdapterViewAnimator.OutAnimation Property
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.
Returns the current animation used to animate a View that exits the screen. -or- Specifies the animation used to animate a View that exit the screen.
public virtual Android.Animation.ObjectAnimator? OutAnimation { [Android.Runtime.Register("getOutAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetOutAnimationHandler")] get; [Android.Runtime.Register("setOutAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetOutAnimation_Landroid_animation_ObjectAnimator_Handler")] set; }
[<get: Android.Runtime.Register("getOutAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetOutAnimationHandler")>]
[<set: Android.Runtime.Register("setOutAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetOutAnimation_Landroid_animation_ObjectAnimator_Handler")>]
member this.OutAnimation : Android.Animation.ObjectAnimator with get, set
Property Value
An Animation or null if none is set.
- Attributes
Remarks
Property getter documentation:
Returns the current animation used to animate a View that exits the screen.
Java documentation for android.widget.AdapterViewAnimator.getOutAnimation()
.
Property setter documentation:
Specifies the animation used to animate a View that exit the screen.
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
See also
- OutAnimation
- <xref:Android.Widget.AdapterViewAnimator.SetOutAnimation(Android.Content.Context%2c+System.Int32)>