次の方法で共有


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 のドキュメント:

画面を終了するビューをアニメーション化するために使用する現在のアニメーションを返します。

の Java ドキュメントandroid.widget.ViewAnimator.getOutAnimation()

プロパティ セッターのドキュメント:

画面を終了するビューをアニメーション化するために使用するアニメーションを指定します。

の Java ドキュメントandroid.widget.ViewAnimator.setOutAnimation(android.view.animation.Animation)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください

  • OutAnimation
  • <xref:Android.Widget.ViewAnimator.SetOutAnimation(Android.Content.Context%2c+System.Int32)>