Search
VisualElement.x Property
See Also
 






Gets or sets the normalized x position of this element, relative to its parent.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get x() {}
set x(value) {}

 Property Value

Number

The normalized x position of this element, relative to its parent.

 See Also