GoXam for WPF v3
SetFraction Method
Northwoods.GoXam Namespace > LinkPanel Class : SetFraction Method
a child element of a LinkPanel
The fraction should be between zero and one, inclusive. For non-negative indexes, the fraction increases from zero to one as the point moves from the "from" end toward the "to" end. For negative indexes, the fraction increases from zero to one as the point moves from the "to" end towards the "from" end.
Sets the fractional distance along a segment at which the element should be positioned.
Syntax
public static void SetFraction( 
   DependencyObject d,
   double v
)

Parameters

d
a child element of a LinkPanel
v
The fraction should be between zero and one, inclusive. For non-negative indexes, the fraction increases from zero to one as the point moves from the "from" end toward the "to" end. For negative indexes, the fraction increases from zero to one as the point moves from the "to" end towards the "from" end.
Remarks
The fraction is not used when the GetIndex value is not a valid point/segment in the route.
See Also

Reference

LinkPanel Class
LinkPanel Members