offsetTop property

int get offsetTop
inherited

The HTMLElement.offsetTop read-only property returns the distance from the outer border of the current element (including its margin) to the top padding edge of the HTMLelement.offsetParent, the closest positioned ancestor element.

Implementation

external int get offsetTop;