GoXam for WPF v3
GetFraction Method
Northwoods.GoXam Namespace > LinkPanel Class : GetFraction Method
a child element of a LinkPanel
Gets the fractional distance along a segment at which the element should be positioned.
Syntax
public static double GetFraction( 
   DependencyObject d
)

Parameters

d
a child element of a LinkPanel

Return Value

The default value is zero. 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