Visio.Position interface 
Represents the Position of the object in the view.
Remarks
[ API set: 1.1 ]
Properties
| x | An integer that specifies the x-coordinate of the object, which is the signed value of the distance in pixels from the viewport's center to the left boundary of the page. | 
| y | An integer that specifies the y-coordinate of the object, which is the signed value of the distance in pixels from the viewport's center to the top boundary of the page. | 
Property Details
x
An integer that specifies the x-coordinate of the object, which is the signed value of the distance in pixels from the viewport's center to the left boundary of the page.
x: number;Property Value
number
Remarks
[ API set: 1.1 ]
y
An integer that specifies the y-coordinate of the object, which is the signed value of the distance in pixels from the viewport's center to the top boundary of the page.
y: number;Property Value
number
Remarks
[ API set: 1.1 ]