LayoutTransition.Disappearing Field

Definition

Caution

This constant will be removed in the future version. Use Android.Animation.LayoutTransitionType enum directly instead of this field.

A flag indicating the animation that runs on those items that are disappearing from the container.

[Android.Runtime.Register("DISAPPEARING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Animation.LayoutTransitionType enum directly instead of this field.", true)]
public const Android.Animation.LayoutTransitionType Disappearing = 3;
[<Android.Runtime.Register("DISAPPEARING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Animation.LayoutTransitionType enum directly instead of this field.", true)>]
val mutable Disappearing : Android.Animation.LayoutTransitionType

Field Value

Value = 3
Attributes

Remarks

A flag indicating the animation that runs on those items that are disappearing from the container.

Java documentation for android.animation.LayoutTransition.DISAPPEARING.

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