Back to Devexpress

DiagramControl.LineJumpSize Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-f4d82543.md

latest1.2 KB
Original Source

DiagramControl.LineJumpSize Property

Gets or sets the size of line jumps. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public Size LineJumpSize { get; set; }
vb
Public Property LineJumpSize As Size

Property Value

TypeDescription
Size

A Size value.

|

Remarks

End-users can specify the size of line jumps using the Page Setup Dialog Window.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace