Gets the z-order position of this item.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
JavaScript Copy Code |
---|
get zIndex() {} |
Number
A number specifying the position of this item within diagram's z-order.
Use the method to arrange items in depth. Items with lower zIndex appear behind items with higher zIndex.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |