mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
409 B
409 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
Border How-To | border | nativescript | Examples for using Border | /ApiReference/ui/border/HOW-TO |
Border
Using borders requires the Border module. {%snippet border-require%}
Declaring a Border.
<Page>
<Border borderRadius="10" borderWidth="2" borderColor="#FF0000">
<Button text="OK"/>
</Border>
</Page>