Leadtools.Annotations Namespace > AnnAutomationManager Class : MoveObjectWithName Property |
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 bool MoveObjectWithName {get; set;}
get_MoveObjectWithName();
set_MoveObjectWithName(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2