Sets 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 void SetToolboxIconStyle(
	Path obj,
	ToolboxIconStyle value
)
Visual Basic (Declaration)
Public Shared Sub SetToolboxIconStyle ( _
	obj As Path, _
	value As ToolboxIconStyle _
)

Parameters

obj
Type: System.Windows.Shapes..::.Path
The Path to which the property value is written.
value
Type: Mindscape.WpfDiagramming..::.ToolboxIconStyle
The value of the ToolboxIconStyle attached property on the specified object.

See Also