Previous Document Next Document
Layer.MoveBelow

Sub MoveBelow(Layer As Layer)

Member of Layer

The MoveBelow method rearranges layers by placing a layer below the given one.

The MoveBelow method changes the stacking order of a layer.

Parameters
Description
Layer
Identifies the layer object that has another layer moved below it

The following code example moves the current layer and places it below the layer named Layer 1:

Sub Test() 
 ActiveLayer.MoveBelow ActivePage.Layers("Layer 1") 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.