Back to Devexpress

DiagramOptionsConnector.LineJumpSize Property

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

latest1.9 KB
Original Source

DiagramOptionsConnector.LineJumpSize Property

Gets or sets the size of line jumps.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(typeof(SizeF), "10,5")]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SizeF LineJumpSize { get; set; }
vb
<DefaultValue(GetType(SizeF), "10,5")>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property LineJumpSize As SizeF

Property Value

TypeDefaultDescription
SizeF"10,5"

A SizeF value that is the size of line jumps.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to LineJumpSize
DiagramControl

.OptionsConnector .LineJumpSize

|

See Also

LineJumpPlacement

LineJumpStyle

DiagramOptionsConnector Class

DiagramOptionsConnector Members

DevExpress.XtraDiagram.Options Namespace