GoXam for WPF v3
GetIndex Method
Northwoods.GoXam Namespace > LinkPanel Class : GetIndex Method
a child element of a LinkPanel
Gets an element's segment index along the link's route.
Syntax
public static int GetIndex( 
   DependencyObject d
)

Parameters

d
a child element of a LinkPanel

Return Value

Zero identifies the segment closest to the "from" end of the route. Positive values identify segments further along the route. Negative values identify segments starting at the "to" end of the route; -1 is the last segment, -2 is the next to last, etc.

If the index is not specified for an element, the LinkPanel will arrange it to be at the Route's MidPoint.

See Also

Reference

LinkPanel Class
LinkPanel Members