```
the top of card
set [the] top of button to Integer
set [the] top of field to Integer
set [the] top of window to Integer
set [the] top of menuBar
```
The top property returns or sets an integer equal to item 2 of an element’s rectangle. If you set the top of an object, it moves vertically; the object's size remains the same. You can’t set the top of cards: use the rect, height, and width properties to resize the cards in a stack.
You can't set the top of the menu bar.
HyperCard determines the top of buttons, fields, and HyperCard’s built-in windows relative to the top-left corner of the current card.
HyperCard determines the top of the card window relative to the top-left corner of the screen with the menu bar.