Previous Document Next Document
Layer.MoveAbove

Sub MoveAbove(Layer As Layer)

Member of Layer

The MoveAbove method rearranges layers by placing a layer above the given one.

The MoveAbove method changes the stacking order of a layer.

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

The following code example moves the active layer and places it above the layer named Layer 1:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.