Android.Animation.LayoutTransition.Changing Field
A flag indicating the animation that runs on those items that are changing due to a layout change not caused by items being added to or removed from the container.

Value: 4

Syntax

[Android.Runtime.Register("CHANGING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Animation.LayoutTransitionType enum directly instead of this field.")]
public const LayoutTransitionType Changing

Remarks

A flag indicating the animation that runs on those items that are changing due to a layout change not caused by items being added to or removed from the container. This transition type is not enabled by default; it can be enabled via LayoutTransition.EnableTransitionType(LayoutTransitionType).

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11