Gets the ToolboxIconStyle to be applied to a Path 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 ToolboxIconStyle GetToolboxIconStyle(
	Path obj
)
Visual Basic (Declaration)
Public Shared Function GetToolboxIconStyle ( _
	obj As Path _
) As ToolboxIconStyle

Parameters

obj
Type: System.Windows.Shapes..::.Path
The Path from which the property value is read.

Return Value

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

See Also