Search
Ellipse.y Property
See Also
 





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

Namespace: MindFusion.Drawing
File: Ellipse.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

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

 See Also