ViewAnimator.SetOutAnimation(Context, Int32) メソッド

定義

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

[Android.Runtime.Register("setOutAnimation", "(Landroid/content/Context;I)V", "GetSetOutAnimation_Landroid_content_Context_IHandler")]
public virtual void SetOutAnimation(Android.Content.Context? context, int resourceID);
[<Android.Runtime.Register("setOutAnimation", "(Landroid/content/Context;I)V", "GetSetOutAnimation_Landroid_content_Context_IHandler")>]
abstract member SetOutAnimation : Android.Content.Context * int -> unit
override this.SetOutAnimation : Android.Content.Context * int -> unit

パラメーター

context
Context

アプリケーションの環境。

resourceID
Int32

アニメーションのリソース ID。

属性

注釈

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

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください