Gets or sets the DataTemplateSelector used to select the template for connection points. This is a dependency property.

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

Syntax

C#
public DataTemplateSelector ConnectionPointTemplateSelector { get; set; }
Visual Basic (Declaration)
Public Property ConnectionPointTemplateSelector As DataTemplateSelector

Remarks

Dependency Property Information
Identifier fieldConnectionPointTemplateSelectorProperty
Metadata properties set to trueNone

See Also