IPathLayoutItem.LayoutPathIndex Property

Gets the index of the path on which the item is arranged.

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

Syntax

'Declaration
ReadOnly Property LayoutPathIndex As Integer
'Usage
Dim instance As IPathLayoutItem
Dim value As Integer

value = instance.LayoutPathIndex
int LayoutPathIndex { get; }
property int LayoutPathIndex {
    int get ();
}
/** @property */
int get_LayoutPathIndex ()
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

IPathLayoutItem Interface
IPathLayoutItem Members
Microsoft.Expression.Controls Namespace