GoXam for WPF v3
GetOffset Method (LinkPanel)
Northwoods.GoXam Namespace > LinkPanel Class : GetOffset Method
a child element of a LinkPanel
Gets the distances from the fractional point of a link segment at which the element should be positioned.
Syntax
public static Point GetOffset( 
   DependencyObject d
)

Parameters

d
a child element of a LinkPanel

Return Value

The default value is (0, 0). The offset distances are in model coordinates. The offset is rotated to the angle of the link segment. Positive X values result in the element being positioned farther along the link segment; negative values are closer. Positive Y values result in the element being positioned away from the link segment on the right side of the path; negative values go toward the left side.
See Also

Reference

LinkPanel Class
LinkPanel Members