mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
451 B
451 B
nav-title, title, description
| nav-title | title | description |
|---|---|---|
| absolute-layout How-To | How-To | Examples for using absolute-layout |
AbsoluteLayout
Using a AbsoluteLayout requires the AbsoluteLayout module.
<Page>
<AbsoluteLayout>
<Label text="This is Label 1" left="30" top="70" />
</AbsoluteLayout>
</Page>