Gets 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 Style GetArrowPathStyle(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetArrowPathStyle ( _
	obj As DependencyObject _
) As Style

Parameters

obj
Type: System.Windows..::.DependencyObject
The DiagramConnectionTool or container from which the property value is read.

Return Value

The value of the ArrowPathStyle attached property on the specified object.

See Also