Leadtools.Annotations Namespace > AnnEditDesigner Class : MoveObjectWithName Property |
public virtual bool MoveObjectWithName {get; set;}
'Declaration Public Overridable Property MoveObjectWithName As Boolean
'Usage Dim instance As AnnEditDesigner Dim value As Boolean instance.MoveObjectWithName = value value = instance.MoveObjectWithName
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 independent of the object if the value of MoveObjectWithName is set to the default value of false. If MoveObjectWithName to true, the object will move along with the name.