Skip to main content
A newer version of this page is available. .

LineJumpPlacement Enum

Specifies which connector lines display jumps in intersections.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

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