Content Property

Com.MarcusTS.LifecycleAware

ContentPageWithLifecycle..::..Content Property

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

Namespace:  Com.MarcusTS.LifecycleAware.Views.Pages
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


public View Content { get; set; }
Public Property Content As View
	Get
	Set
public:
property View^ Content {
	View^ get ();
	void set (View^ value);
}

Field Value

A View subclass, or nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks


To be added.