Search
Rect.y Property
See Also
 






Gets or sets the y-coordinate of the upper-left corner of the rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

get y() {}
set y(value) {}

 Property Value

Number

The x-coordinate of the upper-left corner of the rectangle.

 See Also