Gets or sets the position of the cursor relative to the specified control
Location provides the same coordinates that are provided in the Mouse Event. You can move to mouse to a particular location by setting the mouse value.
C# Eg., sdgManager1.Mice[0].Location = new Point(0,0);