Search
VisualElement.y Property
See Also
 






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

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

get y() {}
set y(value) {}

 Property Value

Number

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

 See Also