Share via


HorizontalListLayout.NestingDepth Property

When iterating over the horizontal list using hasNext() and Next, returns an 0-based index of the Current element.

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 NestingDepth As Integer
public int NestingDepth { get; }
public:
property int NestingDepth {
    int get ();
}
public function get NestingDepth () : int

Field Value

An 0-based index of the Current element.

See Also

HorizontalListLayout Class

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