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.
public static void SetToArrow( DependencyObject d, Arrowhead v )
Exception | Description |
---|---|
System.InvalidOperationException | Throws an Exception if ToArrowProperty is set on an element
other than a Path . |
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.