Gets or sets the Style used when the user drags to create a connection, if no DiagramConnectionTool is selected or the tool does not specify its own style. This is a dependency property.

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

Syntax

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

Remarks

Dependency Property Information
Identifier fieldDefaultCreateConnectionLineStyleProperty
Metadata properties set to trueNone

See Also