mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
347 B
347 B
nav-title, title, description
| nav-title | title | description |
|---|---|---|
| Border How-To | border | Examples for using Border |
Border
Using borders requires the "ui/border" module.
Declaring a Border.
<Page>
<Border borderRadius="10" borderWidth="2" borderColor="#FF0000">
<Button text="OK"/>
</Border>
</Page>