Share via


Page.ContainerArea Property

Definition

Caution

This property is obsolete and will be removed in a future version. Use Bounds instead.

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); };
[System.Obsolete("This property is obsolete and will be removed in a future version. Use Bounds instead.")]
public Microsoft.Maui.Graphics.Rect ContainerArea { get; set; }
public Microsoft.Maui.Graphics.Rect ContainerArea { get; set; }
[<System.Obsolete("This property is obsolete and will be removed in a future version. Use Bounds instead.")>]
member this.ContainerArea : Microsoft.Maui.Graphics.Rect with get, set
member this.ContainerArea : Microsoft.Maui.Graphics.Rect with get, set
Public Property ContainerArea As Rect

Property Value

Implements

Attributes

Remarks

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

Applies to