InvalidationLevels Enum
Specifies the levels of invalidation to be performed on a IUIElement.
[Flags]
public enum InvalidationLevels
Fields
| Name | Description |
|---|---|
| All | Invalidates the entire control hierarchy. |
| Children | Invalidates the children. |
| Element | Invalidates the element. |
| ElementAndChildren | Invalidates the element and its children. |
| Parent | Invalidates the parent. |
| TopLevelParent | Invalidates up to the top-level parent. |