csharp
public enum MeasureModeWhat 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)
UndefinedNothing is imposed; return the content's natural size.
ExactlyThe size is fixed; the answer is ignored on that axis.
AtMostAn upper bound; return the content size clamped to it.
Used by (11)
- AutomaticMinimumSizeTestsVixen.Ui.Layout.Tests
- CachedMeasurementVixen.Ui.Layout
- ConformanceMeasureVixen.Ui.Layout.Tests
- ContentSizingTestsVixen.Ui.Layout.Tests
- FlexibleLengthResolutionTestsVixen.Ui.Layout.Tests
- LayoutStyleBridgeTestsVixen.Ui.Tests
- LayoutTreeVixen.Ui.Layout
- MeasureRequestVixen.Ui.Layout
- TaffyAhemMeasureVixen.Ui.Layout.Tests
- TextLayoutVixen.Ui
- TextWrapTestsVixen.Ui.Tests