A class to reference a label and contain its information.
Declaration Syntax
public class LabelInfo
Table 71: Members
| 
                   Method  | Move(Quantity, Quantity) | 
                   Moves the label to the position on the X axis and the Y axis. An InvalidOperationException will be thrown when moving a Label that does not exist.  | 
Moves the label to the position on the X axis and the Y axis. An InvalidOperationException will be thrown when moving a Label that does not exist.
Declaration Syntax
public void Move(Quantity x_display, Quantity y_display)
Parameters
- x_display(Quantity)
 No details are provided for this entry.
- y_display(Quantity)
 No details are provided for this entry.