Freigeben über


LayoutTransition.ChangeAppearing 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 neuen Elements ändern, das im Container angezeigt wird.

[Android.Runtime.Register("CHANGE_APPEARING")]
[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 ChangeAppearing = 0;
[<Android.Runtime.Register("CHANGE_APPEARING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Animation.LayoutTransitionType enum directly instead of this field.", true)>]
val mutable ChangeAppearing : Android.Animation.LayoutTransitionType

Feldwert

Value = 0
Attribute

Hinweise

Ein Kennzeichen, das die Animation angibt, die auf diesen Elementen ausgeführt wird, die sich aufgrund eines neuen Elements ändern, das im Container angezeigt wird.

Java-Dokumentation für android.animation.LayoutTransition.CHANGE_APPEARING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: