←Select platform

SendLayerToBack Method

Summary

Sends the currently selected layer down in the Z-order.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SendLayerToBack( 
   bool last 
) 
Public Sub SendLayerToBack( _ 
   ByVal last As Boolean _ 
)  
public void SendLayerToBack(  
   bool last 
) 
-(void)sendLayerToBack:(BOOL)last; 
public boolean sendLayerToBack(boolean last); 
             
 function Leadtools.Annotations.Automation.AnnAutomation.SendLayerToBack(  
   last  
) 
public:  
   void SendLayerToBack( 
      bool last 
   ) 

Parameters

last
true to send the layer ) to the bottom of the Z-order; false to send the layer down one level only

Remarks

Use this method with last set to true to send the layer to the bottom of the Z-order, and set last to false to send the layer down one level.

You can determine whether you can send the layer down or to the bottom by calling the CanSendLayerToBack and CanSendLayerToLast properties, respectively.

You can set the selected layer using SelectLayer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly