←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
Java
WinRT C#
C++
public bool CanAlign { get; } 
Public ReadOnly Property CanAlign As Boolean 
public bool CanAlign {get;} 
public boolean canAlign() 
 get_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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly