Sets the Style to be applied to the path that represents an arrow on a line type in a DiagramConnectionTool.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetArrowPathStyle(
	DependencyObject obj,
	Style value
)
Visual Basic (Declaration)
Public Shared Sub SetArrowPathStyle ( _
	obj As DependencyObject, _
	value As Style _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The DiagramConnectionTool or container to which the property value is written.
value
Type: System.Windows..::.Style
The value of the ArrowPathStyle attached property on the specified object.

See Also