Back to Devexpress

LineJumpPlacement Enum

corelibraries-devexpress-dot-diagram-dot-core-de4a373e.md

latest1.6 KB
Original Source

LineJumpPlacement Enum

Specifies which connector lines display jumps in intersections.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum LineJumpPlacement
vb
Public Enum LineJumpPlacement

Members

NameDescription
None

Line jumps are not shown.

| | HorizontalLines |

Line jumps are added to horizontal lines.

| | VerticalLines |

Line jumps are added to vertical lines.

|

The following properties accept/return LineJumpPlacement values:

LibraryRelated API Members
WinForms ControlsDiagramOptionsConnector.LineJumpPlacement
WPF ControlsDiagramControl.LineJumpPlacement

Remarks

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

See Also

DevExpress.Diagram.Core Namespace