DiagramConnector.BeginArrowSize Property
Gets or sets the connector’s starting arrow size.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
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