Android.Animation.LayoutTransition.IsChangingLayout Property
Returns true if animations are running which animate layout-related properties.

Syntax

[get: Android.Runtime.Register("isChangingLayout", "()Z", "GetIsChangingLayoutHandler")]
public virtual bool IsChangingLayout { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if animations are running which animate layout-related properties. This essentially means that either CHANGE_APPEARING or CHANGE_DISAPPEARING animations are running, since these animations operate on layout-related properties.

[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