LayoutTransition.IsChangingLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if animations are running which animate layout-related properties.
public virtual bool IsChangingLayout { [Android.Runtime.Register("isChangingLayout", "()Z", "GetIsChangingLayoutHandler")] get; }
[<get: Android.Runtime.Register("isChangingLayout", "()Z", "GetIsChangingLayoutHandler")>]
member this.IsChangingLayout : bool
Property Value
true if CHANGE_APPEARING or CHANGE_DISAPPEARING animations are currently running.
- Attributes
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.
Java documentation for android.animation.LayoutTransition.isChangingLayout()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.