Enum FrameWork
- Namespace
- SharpConsoleUI
- Assembly
- SharpConsoleUI.dll
A window's pending-frame work — the read-only accumulator state the render engine consults.
Ordered (None < Repaint < Relayout); None is the clean state and the identity
of the monotone Max-join. Callers never produce None; they use Invalidation.
public enum FrameWork
- Extension Methods
Fields
None = 0No pending work — the window is clean and is skipped this frame.
Relayout = 2Layout pending; full Measure + Arrange + Paint.
Repaint = 1Paint-only pending; Measure is skipped.