InvalidationTypes Enum
Specifies the types of invalidation that can be performed on a IUIElement.
[Flags]
public enum InvalidationTypes
Fields
| Name | Description |
|---|---|
| All | Requests that all states are invalidated, a layout is performed, and repainting occurs. |
| Arrange | Invalidates the arrange state for the element. |
| Layout | Requests that the layout is updated after the arrange and measure states are invalidated. |
| Measure | Invalidates the measure state for the element. |
| Paint | Requests that the element is repainted after the states are invalidated. |