Page.ContainerArea Property

Definition

Gets or sets the area this page is contained in.

public:
 property Microsoft::Maui::Graphics::Rect ContainerArea { Microsoft::Maui::Graphics::Rect get(); void set(Microsoft::Maui::Graphics::Rect value); };
public Microsoft.Maui.Graphics.Rect ContainerArea { get; set; }
member this.ContainerArea : Microsoft.Maui.Graphics.Rect with get, set
Public Property ContainerArea As Rect

Property Value

Implements

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to