InterfaceIRadDockLayout
Interface
A layout that position its children based on their Dock value relative to each other.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public interface IRadDockLayout : ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout
Inherited Members
Properties
StretchLastChild
Specifies whether last visible child will be given the whole remaining space during layout.
Methods
GetDock(IView)
Gets dock value.
Declaration
cs-api-definition
Dock GetDock(IView view)
Parameters
view
IView
The view whose dock value is read.
Returns
The current dock value.