LineJumpPlacement Enum
Specifies which connector lines display jumps in intersections.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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