GoXam for WPF v3
SetIndex Method
Northwoods.GoXam Namespace > LinkPanel Class : SetIndex Method
a child element of a LinkPanel

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.

Sets an element's segment index along the link's route.
Syntax
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.

See Also

Reference

LinkPanel Class
LinkPanel Members