Gets the style to be used for a Path in a ShapeLayout when the shape appears in the toolbox.

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 GetToolboxIconStyle(
	Path obj
)
Visual Basic (Declaration)
Public Shared Function GetToolboxIconStyle ( _
	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 ToolboxIconStyle property on the specified element.

Remarks

The default is the Style of the Path.

See Also