Skip to main content

DiagramConnector.BeginLabelArrowOffset Property

Specifies the offset from the start arrow for the BeginLeftLabel and the BeginRightLabel.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Default Description
Single 12

An offset from the start arrow, in pixels.

Remarks

See the image below.

image

See Also