ContentPage.Content Property

Definition

Gets or sets the view that contains the content of the Page.

public:
 property Microsoft::Maui::Controls::View ^ Content { Microsoft::Maui::Controls::View ^ get(); void set(Microsoft::Maui::Controls::View ^ value); };
public Microsoft.Maui.Controls.View Content { get; set; }
member this.Content : Microsoft.Maui.Controls.View with get, set
Public Property Content As View

Property Value

A View subclass, or null.

Applies to