public static void SetIndex( DependencyObject d, int v )
Parameters
- d
- a child element of a LinkPanel
- v
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.