Skip to main content

GanttConnector.LineMargin Property

Gets or sets the minimum length of the connector’s part that enters or exits Gantt tasks. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public int LineMargin { get; set; }

Property Value

Type Description
Int32

The length of the connector’s part.

Remarks

See Also