Implemented interface member:
property
ContainerArea
Microsoft.Maui.Controls.IPageController.ContainerArea
1 write to ContainerArea
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
147
Page.
ContainerArea
= new Rect(0, 0, frame.Width, frame.Height - tabBarFrame.Height);
2 references to ContainerArea
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
195
/// Gets or sets a value that determines whether to ignore the <see cref="
ContainerArea
"/>. This is a bindable property.
424
area =
ContainerArea
;