Previous Document Next Document

Object Model Reference : Classes : L : Layer : Methods : Layer.MoveBelow


Layer.MoveBelow

Sub MoveBelow(Layer As Layer)

Description

Member of Layer

The MoveBelow method changes the stacking order of a specified layer by placing another layer below it, thereby rearranging them.

Parameter
Description
Layer
Specifies the layer below which to move another layer

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.