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

DiagramEdge.LineType Property

Specifies the edge’s line type.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public ConnectorLineType LineType { get; set; }

Property Value

Type Description
ConnectorLineType

The line type.

Available values:

Name Description
Straight

A connector links shapes by a straight line.
Straight connector

Orthogonal

A connector links shapes by a right-angle polyline.
Orthogonal connector

See Also