Page.ContainerArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.