In This Article

ArrangeStatus Enum

Represents the current status of a UIElement and the associated ArrangeState.

public enum ArrangeStatus

Fields

Name Description
ArrangeUpdating

Indicates that the state of the UIElement has been updated, due to an element being rearranged.

Entering

Indicates that the UIElement in entering the scene.

LayoutUpdating

Indicates that the state of the UIElement has been updated, due to the layout logic of the panel being changed.

Leaving

Indicates that the UIElement in leaving the scene.