Search
DiagramItem.setLayerIndex Method
See Also
 

Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.

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

 Syntax

Java  Copy Code

public void setLayerIndex (
    int value
)

 Parameters

value

An integer value specifying the layer index.

 See Also