ContentPage.Content Property

Definition

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

public Xamarin.Forms.View Content { get; set; }
member this.Content : Xamarin.Forms.View with get, set

Property Value

A View subclass, or null.

Applies to