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

Parameters

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

Return Value

The value of the NodeStyle property on the specified element.

Remarks

The default is the Style of the Path.

See Also