Search
DiagramItem.zIndex Property
See Also
 






Gets the z-order position of this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get zIndex() {}
set zIndex(value) {}

 Property Value

Number

A number specifying the position of this item within diagram's z-order.

 Remarks

Use the method to arrange items in depth. Items with lower zIndex appear behind items with higher zIndex.

 See Also