Version

LogicalIndex Property (ItemTileInfo)

Returns the logical index of the item (read-only)
Syntax
'Declaration
 
Public ReadOnly Property LogicalIndex As Integer
public int LogicalIndex {get;}

Property Value

A zero-based index representing the item's relative position in the display or -1 if the item was not found.
Remarks

Note: this will return the same value as the Index property unless the user has re-positioned one or more XamTiles in which case the logical index represents the position of this item relative to other items.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also