←Select platform

CanAlign Property

Summary
Gets a value that indicates whether this AnnAutomation can align or change the size for selected objects based on alignment target.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanAlign { get; } 
@property (nonatomic, assign, readonly) BOOL canAlign; 
public boolean canAlign() 
public:  
   property bool CanAlign 
   { 
      bool get() 
   } 
CanAlign # get  (AnnAutomation) 

Property Value

true if this AnnAutomation can align or change the size for selected objects based on alignment target; otherwise, false.

Remarks

if EnableObjectsAlignment is set to false/> this property will return false always.

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.