ViewAnimator.OutAnimation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回用于对退出屏幕的视图进行动画处理的当前动画。 - 或 - 指定用于对退出屏幕的视图进行动画处理的动画。
public virtual Android.Views.Animations.Animation? OutAnimation { [Android.Runtime.Register("getOutAnimation", "()Landroid/view/animation/Animation;", "GetGetOutAnimationHandler")] get; [Android.Runtime.Register("setOutAnimation", "(Landroid/view/animation/Animation;)V", "GetSetOutAnimation_Landroid_view_animation_Animation_Handler")] set; }
[<get: Android.Runtime.Register("getOutAnimation", "()Landroid/view/animation/Animation;", "GetGetOutAnimationHandler")>]
[<set: Android.Runtime.Register("setOutAnimation", "(Landroid/view/animation/Animation;)V", "GetSetOutAnimation_Landroid_view_animation_Animation_Handler")>]
member this.OutAnimation : Android.Views.Animations.Animation with get, set
属性值
如果未设置动画,则为 null。
- 属性
注解
属性 getter 文档:
返回用于对退出屏幕的视图进行动画处理的当前动画。
适用于 . 的 android.widget.ViewAnimator.getOutAnimation()
Java 文档
属性 setter 文档:
指定用于对退出屏幕的视图进行动画处理的动画。
适用于 . 的 android.widget.ViewAnimator.setOutAnimation(android.view.animation.Animation)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
另请参阅
- OutAnimation
- <xref:Android.Widget.ViewAnimator.SetOutAnimation(Android.Content.Context%2c+System.Int32)>