GoXam for WPF v3
SetOffset Method (LinkPanel)
Northwoods.GoXam Namespace > LinkPanel Class : SetOffset Method
a child element of a LinkPanel
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.
Sets the distances from the fractional point of a link segment at which the element should be positioned.
Syntax
public static void SetOffset( 
   DependencyObject d,
   Point v
)

Parameters

d
a child element of a LinkPanel
v
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