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

DiagramConnector.EndArrowSize Property

Gets or sets the connector’s ending arrow size.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(typeof(SizeF), "7,7")]
[DiagramCategory(DiagramCategory.Appearance)]
public virtual SizeF EndArrowSize { get; set; }

Property Value

Type Default Description
SizeF "7,7"

The ending arrow size.

Remarks

The ending arrow style is specified by the DiagramConnector.EndArrow property.

See Also