property Layer.Position as Long
Retrieves or sets a value that indicates the position/z-order of the layer in the control.

TypeDescription
Long A Long expression that specifies the position of the layer within the layers collection.
The Position property specifies the position of the layer, in the layers collection. The Visible property shows or hides a specific layer (visible). The Selectable property returns or sets a value that indicates whether the layer is selectable. The LayerFromPoint property retrieves the layer from point that's visible and selectable. The OnDrag property indicates the action to be performed when the user drags the layer ( dragable ).