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

    Specifies the edge’s z-index.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public int ZIndex { get; set; }

    Property Value

    Type Description
    Int32

    The z-index.

    Remarks

    The z-index specifies the edge stack order. An edge with greater stack order is in front of an edge with a lower stack order.

    See Also