Class RadWrapLayoutManager
Inheritance
System.Object
RadWrapLayoutManager
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadWrapLayoutManager : Object, ILayoutManager
Constructors
RadWrapLayoutManager(IRadWrapLayout)
Declaration
public RadWrapLayoutManager(IRadWrapLayout wrapLayout)
Parameters
IRadWrapLayout
wrapLayout
|
Properties
WrapLayout
Methods
ArrangeChildren(Rect)
Declaration
public Size ArrangeChildren(Rect bounds)
Parameters
Microsoft.Maui.Graphics.Rect
bounds
|
Returns
Microsoft.Maui.Graphics.Size
|
Measure(Double, Double)
Declaration
public Size Measure(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Microsoft.Maui.Graphics.Size
|