For example in the following page the label is shown under the options menu: ``` <Page> <Page.optionsMenu> <MenuItem text="test"/> </Page.optionsMenu> <GridLayout> <Label text="test" verticalAlignment="top"/> </GridLayout> </Page> ```
For example in the following page the label is shown under the options menu: