GoXam for WPF v3
SetToArrow Method
Northwoods.GoXam Namespace > LinkPanel Class : SetToArrow Method
a child element of a LinkPanel
the constant of the Arrowhead enum to which ToArrowProperty is being set.
Sets the Arrowhead on a Path, at the ToNode end.
Syntax
public static void SetToArrow( 
   DependencyObject d,
   Arrowhead v
)

Parameters

d
a child element of a LinkPanel
v
the constant of the Arrowhead enum to which ToArrowProperty is being set.
Exceptions
ExceptionDescription
Throws an Exception if ToArrowProperty is set on an element other than a Path.
Remarks
The ToArrowProperty can only be set on a Path which is a child of a LinkPanel. Setting the ToArrowProperty will set the Path.Data, OrientationProperty, AlignmentProperty, and IndexProperty attached properties. Consequently, setting both the ToArrowProperty and FromArrowProperty on the same path will result in the appearance of only the second property that is set. Setting the ToArrowProperty on multiple Paths that are children of the same LinkPanel will result in overlap of the Path.Data geometries.
See Also

Reference

LinkPanel Class
LinkPanel Members