Sets the Style to be applied to the Path part of a ShapeNode created from the DiagramNodeTool that the ShapePathStyle property is attached to.

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 SetShapePathStyle(
	DependencyObject obj,
	Style value
)
Visual Basic (Declaration)
Public Shared Sub SetShapePathStyle ( _
	obj As DependencyObject, _
	value As Style _
)

Parameters

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

Remarks

ShapePathStyle is inherited and may therefore be applied at the DiagramToolBox level instead of to individual DiagramNodeTool objects.

See Also