Class RadDockLayoutManager
Inheritance
System.Object
RadDockLayoutManager
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadDockLayoutManager : Object, ILayoutManager
Constructors
RadDockLayoutManager(IRadDockLayout)
Declaration
public RadDockLayoutManager(IRadDockLayout dockLayout)
Parameters
IRadDockLayout
dockLayout
|
Properties
DockLayout
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
|