Vixen
02b45cc4
csharp
public struct CachedMeasurement

One remembered answer to "how big are you, given this much room".

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

Fields and properties (7)

  • public float AvailableWidth

    The width that was offered.

  • public float AvailableHeight

    The height that was offered.

  • public MeasureMode WidthMeasureMode

    How the width was offered.

  • public MeasureMode HeightMeasureMode

    How the height was offered.

  • public float ComputedWidth

    The width that came back.

  • public float ComputedHeight

    The height that came back.

  • public bool IsPopulated

    Whether this entry holds anything.

Used by (3)

  • CachedMeasurementsVixen.Ui.Layout
  • LayoutResultVixen.Ui.Layout
  • LayoutTreeVixen.Ui.Layout