Implemented interface member:
method
Measure
Microsoft.Maui.Layouts.ILayoutManager.Measure(System.Double, System.Double)
4 overrides of Measure
Microsoft.Maui (4)
Layouts\AbsoluteLayoutManager.cs (1)
17 public override Size Measure(double widthConstraint, double heightConstraint)
Layouts\GridLayoutManager.cs (1)
22 public override Size Measure(double widthConstraint, double heightConstraint)
Layouts\HorizontalStackLayoutManager.cs (1)
12 public override Size Measure(double widthConstraint, double heightConstraint)
Layouts\VerticalStackLayoutManager.cs (1)
12 public override Size Measure(double widthConstraint, double heightConstraint)