Search
Ellipse.x Property
See Also
 





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

Namespace: MindFusion.Drawing
File: Ellipse.js

 Syntax

JavaScript  Copy Code

get x() {}
set x(value) {}

 Property Value

Number

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

 See Also