5 types derived from Layout
Microsoft.Maui.Controls (5)
LegacyLayouts\AbsoluteLayout.cs (1)
15
public class AbsoluteLayout :
Layout
<View>, IElementConfiguration<AbsoluteLayout>
LegacyLayouts\FlexLayout.cs (1)
14
public class FlexLayout :
Layout
<View>
LegacyLayouts\Grid.cs (1)
14
public partial class Grid :
Layout
<View>, IGridController, IElementConfiguration<Grid>, IGridLayout
LegacyLayouts\RelativeLayout.cs (1)
15
public class RelativeLayout :
Layout
<View>, IElementConfiguration<RelativeLayout>
LegacyLayouts\StackLayout.cs (1)
11
public class StackLayout :
Layout
<View>, IElementConfiguration<StackLayout>, IView
1 reference to Layout
Microsoft.Maui.Controls (1)
MergedStyle.cs (1)
17
typeof(Compatibility.
Layout
<>),