Enum ChangeAction
Possible actions on the layout system when a property value changes
public enum ChangeAction
- Extension Methods
Fields
Arrange = 0Rearrange the element holding the property value
Measure = 1Remeasure and rearrange the element holding the property value
None = 4Take no action
ParentArrange = 2Rearrange the parent of the element holding the property value
ParentMeasure = 3Remeasure and rearrange the parent of the element holding the property value