Gets or sets a value indicating whether to move the object when the name moves.
public bool MoveObjectWithName { get; set; }
Public Property MoveObjectWithName As Boolean
true if the object should move when the user moves the name; otherwise, false.
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 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET