Gets or sets a function used to resolve line type names. This supports custom line types.
If the LineTypeNameResolver is not set, or returns null, then the default resolver is used.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public Func<string, DiagramLineType> LineTypeNameResolver { get; set; } |
Visual Basic (Declaration) |
---|
Public Property LineTypeNameResolver As Func(Of String, DiagramLineType) |