Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanSendLayerToLast Property |
public bool CanSendLayerToLast {get;}
'Declaration
Public ReadOnly Property CanSendLayerToLast As Boolean
public bool CanSendLayerToLast {get;}
@property (nonatomic,readonly) BOOL canSendLayerToLast;
public boolean canSendLayerToLast()
get_CanSendLayerToLast();
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.