Class ViewBoxLayoutManager
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Layouts.dll
 
Layout manager for ViewBox.
public class ViewBoxLayoutManager : ILayoutManager
  - Inheritance
 - 
      
      ViewBoxLayoutManager
 
- Implements
 
- Inherited Members
 
Constructors
ViewBoxLayoutManager(IViewBox)
Layout manager for ViewBox.
public ViewBoxLayoutManager(IViewBox viewBox)
  Parameters
viewBoxIViewBoxThe layout using this ILayoutManager.
Methods
ArrangeChildren(Rect)
public Size ArrangeChildren(Rect bounds)
  Parameters
boundsRect
Returns
Measure(double, double)
public Size Measure(double widthConstraint, double heightConstraint)