The MoveObjectWithName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating whether to move the object when the name moves.Visual Basic (Declaration) | |
---|---|
Public Overridable Property MoveObjectWithName As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEditDesigner Dim value As Boolean instance.MoveObjectWithName = value value = instance.MoveObjectWithName |
C# | |
---|---|
public virtual bool MoveObjectWithName {get; set;} |
Property Value
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 independant on 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7