LayoutTransition.Disappearing Feld

Definition

Achtung

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

Ein Flag, das die Animation angibt, die für diese Elemente ausgeführt wird, die aus dem Container verschwinden.

[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

Feldwert

Value = 3
Attribute

Hinweise

Ein Flag, das die Animation angibt, die für diese Elemente ausgeführt wird, die aus dem Container verschwinden.

Java Dokumentation für android.animation.LayoutTransition.DISAPPEARING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: