Class SlideBoxLayoutManager
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Layouts.dll
Lays out every realized slide in the page slot: bounds minus padding minus the peek bands. Slides are positioned by translation (see SlideBox), so all children share the same frame.
public class SlideBoxLayoutManager : ILayoutManager
- Inheritance
-
SlideBoxLayoutManager
- Implements
- Inherited Members
Constructors
SlideBoxLayoutManager(SlideBox)
Lays out every realized slide in the page slot: bounds minus padding minus the peek bands. Slides are positioned by translation (see SlideBox), so all children share the same frame.
public SlideBoxLayoutManager(SlideBox slideBox)
Parameters
slideBoxSlideBox
Methods
ArrangeChildren(Rect)
public Size ArrangeChildren(Rect bounds)
Parameters
boundsRect
Returns
Measure(double, double)
public Size Measure(double widthConstraint, double heightConstraint)