Content Property

Com.MarcusTS.LifecycleAware

ContentViewWithLifecycle..::..Content Property

Gets or sets the content of the ContentView.

Namespace:  Com.MarcusTS.LifecycleAware.Views.SubViews
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 that contains the content.