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