Skip to main content

DiagramEdge.FromLineEnd Property

Specifies the edge’s line start tip.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public ConnectorLineEnding FromLineEnd { get; set; }

Property Value

Type Description
ConnectorLineEnding

The type of the tip.

Available values:

Name Description
None

A connector ends without any special element.
Diagram - Connector Ends without Any Special Element

Arrow

A connector ends with an arrow.
Diagram - Connector Ends with an Arrow

OutlinedTriangle

A connector ends with an outlined triangle.
Diagram - Connector Ends with an Outlined Triangle

FilledTriangle

A connector ends with a filled triangle.
Diagram - Connector Ends with a Filled Triangle

See Also