Enum InvalidationMode
Enum defining how to invalidate a widget's caches.
Namespace: Ritchie.Toolbox.Common
Assembly: Ritchie.Toolbox.dll
Syntax
public enum InvalidationMode
Fields
| Name | Description |
|---|---|
| Geometry | Invalidate the geometry cache. |
| LayoutAndGeometry | Invalidate the widget's layout data. Note that this implicitly invalidates geometry, and there is no way around that. |
| None | Invalidate nothing. |