LineJumpPlacement Enum
In This Article
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
#Members
Name | Description |
---|---|
None
|
Line jumps are not shown. |
Horizontal
|
Line jumps are added to horizontal lines. |
Vertical
|
Line jumps are added to vertical lines. |
#Related API Members
The following properties accept/return LineJumpPlacement values:
Library | Related API Members |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
Values listed by this enumeration are used to set the value of the DiagramOptionsConnector.LineJumpPlacement and DiagramControl.LineJumpPlacement properties.
See Also