Search
VisualElement.relativeCoordinates Property
See Also
 






Gets or sets a value indicating whether the metrics of this element are expressed as relative or absolute quantities.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get relativeCoordinates() {}
set relativeCoordinates(value) {}

 Property Value

Boolean

True if the metrics are relative, otherwise false.

 See Also