Back to Devexpress

DiagramControl.LineJumpPlacement Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-f34612d9.md

latest1.4 KB
Original Source

DiagramControl.LineJumpPlacement Property

Specifies which connector lines display jumps in intersections. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public LineJumpPlacement LineJumpPlacement { get; set; }
vb
Public Property LineJumpPlacement As LineJumpPlacement

Property Value

TypeDescription
LineJumpPlacement

A LineJumpPlacement enumeration value.

|

Available values:

NameDescription
None

Line jumps are not shown.

| | HorizontalLines |

Line jumps are added to horizontal lines.

| | VerticalLines |

Line jumps are added to vertical lines.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace