Search
Ellipse.width Property
See Also
 






Gets or sets the width of the ellipse.

Namespace: MindFusion.Drawing
File: Ellipse.js

 Syntax

JavaScript  Copy Code

get width() {}
set width(value) {}

 Property Value

Number

The width of the ellipse.

 See Also