In This Article

ArrangeStatus Enum

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

public enum ArrangeStatus

Fields

Name Description
ArrangeUpdating

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

Entering

Indicates that the System.Windows.UIElement in entering the scene.

LayoutUpdating

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

Leaving

Indicates that the System.Windows.UIElement in leaving the scene.