Back to Devexpress

DiagramOptionsConnector.LineJumpPlacement Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsconnector.md

latest2.3 KB
Original Source

DiagramOptionsConnector.LineJumpPlacement Property

Specifies which connector lines display jumps in intersections.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(LineJumpPlacement.HorizontalLines)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual LineJumpPlacement LineJumpPlacement { get; set; }
vb
<DefaultValue(LineJumpPlacement.HorizontalLines)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property LineJumpPlacement As LineJumpPlacement

Property Value

TypeDefaultDescription
LineJumpPlacementHorizontalLines

A LineJumpPlacement enumeration value.

|

Available values:

NameDescription
None

Line jumps are not shown.

| | HorizontalLines |

Line jumps are added to horizontal lines.

| | VerticalLines |

Line jumps are added to vertical lines.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to LineJumpPlacement
DiagramControl

.OptionsConnector .LineJumpPlacement

|

See Also

LineJumpSize

LineJumpStyle

DiagramOptionsConnector Class

DiagramOptionsConnector Members

DevExpress.XtraDiagram.Options Namespace