Gets the z-order position of this item.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get zIndex() {} |
Number
A number specifying the position of this item within diagram's z-order.
RemarksUse the method to arrange items in depth. Items with lower zIndex appear behind items with higher zIndex.
See Also