Table of Contents

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 = 0

No pending work — the window is clean and is skipped this frame.

Relayout = 2

Layout pending; full Measure + Arrange + Paint.

Repaint = 1

Paint-only pending; Measure is skipped.