Vixen
02b45cc4
csharp
public enum MeasureMode

What a measure function is being asked for.

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

Fields and properties (3)

  • Undefined

    Nothing is imposed; return the content's natural size.

  • Exactly

    The size is fixed; the answer is ignored on that axis.

  • AtMost

    An upper bound; return the content size clamped to it.

Used by (6)

  • CachedMeasurementVixen.Ui.Layout
  • ConformanceMeasureVixen.Ui.Layout.Tests
  • LayoutTreeVixen.Ui.Layout
  • MeasureRequestVixen.Ui.Layout
  • TextLayoutVixen.Ui
  • TextWrapTestsVixen.Ui.Tests