Skip to main content
A newer version of this page is available. .

DiagramConnector.BeginLabelConnectorOffset Property

Specifies the offset from the connector for the BeginLeftLabel and the BeginRightLabel.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

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

Property Value

Type Default Description
Single 2

An offset from the connector, in pixels.

Remarks

See the image below.

See Also