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

DiagramEdge.ZIndex Property

Specifies the edge’s z-index.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.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