Table of Contents

Enum ChangeAction

Namespace
MagicUI.Core
Assembly
MagicUI.dll

Possible actions on the layout system when a property value changes

public enum ChangeAction
Extension Methods

Fields

Arrange = 0

Rearrange the element holding the property value

Measure = 1

Remeasure and rearrange the element holding the property value

None = 4

Take no action

ParentArrange = 2

Rearrange the parent of the element holding the property value

ParentMeasure = 3

Remeasure and rearrange the parent of the element holding the property value