←Select platform

CanSendToLast Property

Summary

Gets a value that indicates whether this AnnAutomation can send the currently selected object(s) to the bottom of the Z-order.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool CanSendToLast { get; } 
Public ReadOnly Property CanSendToLast As Boolean 
public bool CanSendToLast {get;} 
@property (nonatomic, readonly) BOOL canSendToLast; 
public boolean canSendToLast(); 
             
 get_CanSendToLast();  
public:  
   property bool CanSendToLast 
   { 
      bool get() 
   } 

Property Value

true if this AnnAutomation can send the currently selected object(s) to the bottom of Z-order; otherwise, false.

Remarks

Call the SendToBack method to send the object to the bottom of the Z-order.

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