Gets or sets the DiagramLineType used to draw the connection.

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

Syntax

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

Remarks

Changes to this property after the connection is displayed do not affect the display. Set the LineType property before adding the connection to the diagram model. If you need to change the line type while the connection is displayed, remove the connection from the diagram model, set the property, then reinstate the connection.

See Also