Gets the style to be used for a Path in a ShapeLayout when the shape is being displayed as a cursor visual.

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

Remarks

The default is the Style of the Path.

See Also