DiagramOptionsConnector.LineJumpPlacement Property
In This Article
Specifies which connector lines display jumps in intersections.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DefaultValue(LineJumpPlacement.HorizontalLines)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual LineJumpPlacement LineJumpPlacement { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Line |
Horizontal |
A Line |
Available values:
Name | Description |
---|---|
None | Line jumps are not shown. |
Horizontal |
Line jumps are added to horizontal lines. |
Vertical |
Line jumps are added to vertical lines. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Line |
---|---|
Diagram |
|
See Also