←Select platform

CanSendLayerToLast Property

Summary
Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be sent to the end of the z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanSendLayerToLast { get; } 
@property (nonatomic, assign, readonly) BOOL canSendLayerToLast; 
public boolean canSendLayerToLast() 
public:  
   property bool CanSendLayerToLast 
   { 
      bool get() 
   } 
CanSendLayerToLast # get  (AnnAutomation) 

Property Value

true if this AnnAutomation is in a state where a layer can be sent to end of the z-order; otherwise, false.

Remarks

AnnAutomation can send a layer to the end of the z-order if a layer is selected using SelectLayer and this layer contain a hierarchy that allows this operation.

To send a layer down the z-order, use SendLayerToBack.

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.