Search
VisualElement.bounds Property
See Also
 






Gets or sets the bounding rectangle of this element.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get bounds() {}
set bounds(value) {}

 Property Value

Rect

The bounding rectangle of this element.

 See Also