Android.Graphics.Drawables.TransitionDrawable Members

The members of Android.Graphics.Drawables.TransitionDrawable are listed below.

See Also: Inherited members from Android.Graphics.Drawables.LayerDrawable

Public Constructors

Create a new transition drawable with the specified list of layers.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

CrossFadeEnabledbool. Indicates whether the cross fade is enabled for this transition.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ResetTransition()
Show only the first layer.
ReverseTransition(int)
Reverses the transition, picking up where the transition currently is.
StartTransition(int)
Begin the second layer on top of the first layer.