DiagramEdge.LineType Property
In This Article
Specifies the edge’s line type.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ConnectorLineType LineType { get; set; }
#Property Value
Type | Description |
---|---|
Connector |
The line type. |
Available values:
Name | Description |
---|---|
Straight | A connector links shapes by a straight line. |
Orthogonal | A connector links shapes by a right-angle polyline. |
See Also