Search
DiagramItem.setZIndex Method
See Also
 

Sets the position of an item within the diagram's Z-order.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setZIndex (
    int value
)

 Parameters

value

An integer value specifying the position of the item within the diagram Z-order.

 See Also