DiagramConnector.EndLabelArrowOffset Property
Specifies the offset from the end arrow for the EndLeftLabel and the EndRightLabel.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v22.2.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(12F)]
[DiagramCategory(DiagramCategory.Appearance)]
public virtual float EndLabelArrowOffset { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Single | 12 | An offset from the end arrow, in pixels. |
Remarks
See the image below.
See Also