Vixen
02b45cc4
csharp
public enum LayoutNodeState

What 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)

  • None

    Nothing.

  • Live

    The slot holds a live node.

  • Dirty

    Something changed under this node and it has to be laid out again.

  • HasNewLayout

    This node's result changed in the last pass and the consumer has not read it yet.

  • HasMeasureFunction

    The node measures itself.

  • HasBaselineFunction

    The node reports its own baseline.

  • IsReferenceBaseline

    The node is a reference for absolute children even though it is in flow.

Used by (1)

  • LayoutTreeVixen.Ui.Layout