←Select platform

BringLayerToFront Method

Summary
Brings the currently selected layer up in the Z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void BringLayerToFront( 
   bool first 
) 
- (void)bringLayerToFront:(BOOL)first NS_SWIFT_NAME(bringLayerToFront(first:)); 
public boolean bringLayerToFront(boolean first); 
public:  
   void BringLayerToFront( 
      bool first 
   ) 
def BringLayerToFront(self,first): 

Parameters

first
true to bring the layer to the top of the Z-order; false to bring the layer one level up only

Remarks

Use this method with first set to true to bring the layer to the top of the Z-order, and set first to false to bring the layer up one level.

You can determine whether you can bring the layer up or to the top by calling the CanBringLayerToFront and CanBringLayerToFirst properties, respectively.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.