Search
Rect.width Property
See Also
 





Gets or sets the width of the rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The width of the rectangle.

 See Also