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

DiagramEdge.ToLineEnd Property

Specifies the edge’s line end tip.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ConnectorLineEnding ToLineEnd { get; set; }

Property Value

Type Description
ConnectorLineEnding

The type of the tip.

Available values:

Name Description
None

A connector ends without any special element.

Arrow

A connector ends with an arrow.

OutlinedTriangle

A connector ends with an outlined triangle.

FilledTriangle

A connector ends with a filled triangle.

See Also