DrawableContainer.SetExitFadeDuration(Int32) Method

Definition

Change the global fade duration when a new drawable is leaving the scene.

[Android.Runtime.Register("setExitFadeDuration", "(I)V", "GetSetExitFadeDuration_IHandler")]
public virtual void SetExitFadeDuration (int ms);
[<Android.Runtime.Register("setExitFadeDuration", "(I)V", "GetSetExitFadeDuration_IHandler")>]
abstract member SetExitFadeDuration : int -> unit
override this.SetExitFadeDuration : int -> unit

Parameters

ms
Int32

The amount of time to fade in milliseconds.

Attributes

Remarks

Change the global fade duration when a new drawable is leaving the scene.

Java documentation for android.graphics.drawable.DrawableContainer.setExitFadeDuration(int).

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