IPathLayoutItem.LocalIndex Property

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

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

Syntax

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

value = instance.LocalIndex
int LocalIndex { get; }
property int LocalIndex {
    int get ();
}
/** @property */
int get_LocalIndex ()
function get LocalIndex () : 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