Skip to main content
All docs
V25.1
  • DiagramEdge.LineType Property

    Specifies the edge’s line type.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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