Table of Contents

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

viewBox IViewBox

The layout using this ILayoutManager.

Methods

ArrangeChildren(Rect)

public Size ArrangeChildren(Rect bounds)

Parameters

bounds Rect

Returns

Size

Measure(double, double)

public Size Measure(double widthConstraint, double heightConstraint)

Parameters

widthConstraint double
heightConstraint double

Returns

Size