GoXam for WPF v3
SetToArrowScale Method
Northwoods.GoXam Namespace > LinkPanel Class : SetToArrowScale Method
a child element of a LinkPanel
the scale factor. Acceptable values are real numbers between zero and infinity.
Sets the size of the Arrowhead on an element, at the ToNode end, as a scale multiple of its base size.
Syntax
public static void SetToArrowScale( 
   DependencyObject d,
   double v
)

Parameters

d
a child element of a LinkPanel
v
the scale factor. Acceptable values are real numbers between zero and infinity.
Exceptions
ExceptionDescription
Throws an exception if ToArrowScaleProperty is set to a negative number.
Remarks
Setting this property will have no effect if set on a Path without the ToArrowProperty set. It will also have no effect if the IndexProperty is out of range.
See Also

Reference

LinkPanel Class
LinkPanel Members