LayoutTransition.ChangeDisappearing Feld

Definition

Achtung

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

Ein Kennzeichen, das die Animation angibt, die auf diesen Elementen ausgeführt wird, die sich aufgrund eines Elements ändern, das aus dem Container verschwindet.

[Android.Runtime.Register("CHANGE_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 ChangeDisappearing = 1;
[<Android.Runtime.Register("CHANGE_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 ChangeDisappearing : Android.Animation.LayoutTransitionType

Feldwert

Value = 1
Attribute

Hinweise

Ein Kennzeichen, das die Animation angibt, die auf diesen Elementen ausgeführt wird, die sich aufgrund eines Elements ändern, das aus dem Container verschwindet.

Java Dokumentation für android.animation.LayoutTransition.CHANGE_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: