共用方式為


ViewAnimator.OutAnimation 屬性

定義

傳回目前動畫,用來建立結束畫面的檢視動畫。 -或- 指定用來建立結束畫面之檢視動畫的動畫。

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)>