Vixen
02b45cc4
csharp
public readonly record struct MeasureRequest

What a measure function is being asked.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (7)

  • public LayoutTree Tree

    The tree the node belongs to, so the callback can read its style.

  • public LayoutNodeId Node

    Which node.

  • public object? Context

    Whatever was attached to it with SetContext.

  • public float AvailableWidth

    The width on offer, or NaN.

  • public MeasureMode WidthMode

    What the width means.

  • public float AvailableHeight

    The height on offer, or NaN.

  • public MeasureMode HeightMode

    What the height means.

Methods (1)

Used by (7)

  • AutomaticMinimumSizeTestsVixen.Ui.Layout.Tests
  • ConformanceMeasureVixen.Ui.Layout.Tests
  • LayoutPassTestsVixen.Ui.Layout.Tests
  • LayoutTreeVixen.Ui.Layout
  • LayoutTreeTestsVixen.Ui.Layout.Tests
  • TextLayoutVixen.Ui
  • TextWrapTestsVixen.Ui.Tests