Gets 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.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public static Style GetShapePathStyle( DependencyObject obj ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetShapePathStyle ( _ obj As DependencyObject _ ) As Style |
Parameters
- obj
- Type: System.Windows..::.DependencyObject
The DiagramNodeTool or container from which the property value is read.
Return Value
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.