Share via


HorizontalListLayout.Contained Property

Gets or sets the ViewModel instance that is displayed below the HorizontalListLayout.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property Contained As ViewModel
public ViewModel Contained { get; set; }
public:
property ViewModel^ Contained {
    ViewModel^ get ();
    void set (ViewModel^ value);
}
public function get Contained () : ViewModel
public function set Contained (value : ViewModel)

Field Value

The ViewModel instance that is displayed below the HorizontalListLayout.

See Also

HorizontalListLayout Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace