Skip to main content

LineJumpPlacement Enum

Specifies which connector lines display jumps in intersections.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

#Declaration

public enum LineJumpPlacement

#Members

Name Description
None

Line jumps are not shown.

HorizontalLines

Line jumps are added to horizontal lines.

VerticalLines

Line jumps are added to vertical lines.

#Related API Members

The following properties accept/return LineJumpPlacement values:

Library Related API Members
WinForms Controls DiagramOptionsConnector.LineJumpPlacement
WPF Controls DiagramControl.LineJumpPlacement

#Remarks

Values listed by this enumeration are used to set the value of the DiagramOptionsConnector.LineJumpPlacement and DiagramControl.LineJumpPlacement properties.

See Also