Interface IRadDockLayout
A layout that position its children based on their Dock value relative to each other.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadDockLayout : ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding
Properties
StretchLastChild
Specifies whether last visible child will be given the whole remaining space during layout.
Declaration
bool StretchLastChild { get; }
Property Value
System.Boolean
|
Methods
GetDock(IView)
Gets dock value.
Declaration
Dock GetDock(IView view)
Parameters
Microsoft.Maui.IView
view
The view whose dock value is read. |
Returns
Dock
The current dock value. |