DiagramConnector.EndArrowSize Property
Gets or sets the connector’s ending arrow size.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v22.2.dll
NuGet Package: DevExpress.Win.Diagram
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