Compartir a través de


ContentPage.Content Propiedad

Definición

Obtiene o establece la vista que contiene el contenido de la página.

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

Valor de propiedad

Una View subclase o null.

Se aplica a