Search
VisualElement.renderSize Property
See Also
 






Gets or sets the rendering size of the element.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get renderSize() {}
set renderSize(value) {}

 Property Value

Size

The rendering size of the element.

 See Also