Object2D.Y
From Xojo Documentation
Property (As Double )
aObject2D.Y = newDoubleValue
or
DoubleValue = aObject2D.Y
Supported for all project types and targets.
or
DoubleValue = aObject2D.Y
Supported for all project types and targets.
The vertical position (down from top) position of the center or anchor point.
Example
This example moves the position of the arc down 100 pixels from the top of the containing Canvas.