Share via


PathListBoxItem.LayoutPathIndex Property

For a description of this member, see LayoutPathIndex.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public Property LayoutPathIndex As Integer
'Usage
Dim instance As PathListBoxItem
Dim value As Integer

value = instance.LayoutPathIndex
public int LayoutPathIndex { get; }
public:
virtual property int LayoutPathIndex {
    int get () sealed;
}
/** @property */
public final int get_LayoutPathIndex ()
public final function get LayoutPathIndex () : int

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace