Skip to main content

DiagramConnector.EndLabelConnectorOffset Property

Specifies the offset from the connector for the EndLeftLabel and the EndRightLabel.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(2F)]
[DiagramCategory(DiagramCategory.Appearance)]
public virtual float EndLabelConnectorOffset { get; set; }

Property Value

Type Default Description
Single 2

An offset from the connector, in pixels.

Remarks

See the image below.

image

See Also