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

DiagramConnector.BeginArrowSize Property

Gets or sets the connector’s starting arrow size.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Default Description
SizeF "7,7"

The starting arrow size.

Remarks

The starting arrow style is specified by the DiagramConnector.BeginArrow property.

See Also