DiagramEdge.ZIndex Property
Specifies the edge’s z-index.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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