HorizontalListLayout.Next Property
Gets a HorizontalListLayout instance that can be used to access the next ViewModel instance.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Next As HorizontalListLayout
public HorizontalListLayout Next { get; }
public:
property HorizontalListLayout^ Next {
HorizontalListLayout^ get ();
}
public function get Next () : HorizontalListLayout
Field Value
A HorizontalListLayout instance that can be used to access the next ViewModel instance.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace