←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#
VB
C++
Java
public bool CanAlign { get; } 
Public ReadOnly Property CanAlign As Boolean 
public boolean canAlign() 
public:  
   property bool CanAlign 
   { 
      bool get() 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly