Gets or sets a function used to resolve shape names. This supports custom shapes. If the ShapeNameResolver is not set, or returns null, then the default resolver is used.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Func<string, DiagramShape> ShapeNameResolver { get; set; }
Visual Basic (Declaration)
Public Property ShapeNameResolver As Func(Of String, DiagramShape)

See Also