LEADTOOLS Annotations (Leadtools.Annotations assembly)

MoveObjectWithName Property (AnnAutomationManager)

Show in webframe





Gets or sets a value indicating whether to move the object when the name moves.
Syntax
public bool MoveObjectWithName {get; set;}
'Declaration
 
Public Property MoveObjectWithName As Boolean
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Boolean
 
instance.MoveObjectWithName = value
 
value = instance.MoveObjectWithName

            

            
public:
property bool MoveObjectWithName {
   bool get();
   void set (    bool value);
}

Property Value

true if the object should move when the user moves the name; otherwise, false.
Remarks

When an AnnObject with a visible name is being edited, the user can move the name by clicking and dragging with the mouse. This movement is independant of the object if the value of MoveObjectWithName is set to the default value of false. If MoveObjectWithName is set to true, the object will move along with the name.

The value of MoveObjectWithName is set in the AnnEditDesigner.MoveObjectWithName when automation mode is used.

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.