Gets the style to be used for a Path in a ShapeLayout when the shape is placed on the diagram.

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

Parameters

obj
Type: System.Windows.Shapes..::.Path
The element to which the property value is written.
value
Type: System.Windows..::.Style
The value of the ToolboxIconStyle property on the specified element.

Remarks

The default is the Style of the Path.

See Also