csharp
public enum LayoutNodeStateWhat is true about a node that is not a style and not a result.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
NoneNothing.
LiveThe slot holds a live node.
DirtySomething changed under this node and it has to be laid out again.
HasNewLayoutThis node's result changed in the last pass and the consumer has not read it yet.
HasMeasureFunctionThe node measures itself.
HasBaselineFunctionThe node reports its own baseline.
IsReferenceBaselineThe node is a reference for absolute children even though it is in flow.
Used by (1)
- LayoutTreeVixen.Ui.Layout