←Select platform

MoveObjectWithName Property

Summary

Gets or sets a value indicating whether to move the object when the name moves.

Syntax

C#
VB
C++
public virtual bool MoveObjectWithName { get; set; } 
  
Public Overridable Property MoveObjectWithName As Boolean 
public: 
virtual property bool MoveObjectWithName { 
   bool get(); 
   void set (    bool ); 
} 

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 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly