mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
17 lines
386 B
TypeScript
17 lines
386 B
TypeScript
// <snippet module="ui/border" title="Border">
|
||
// # Border
|
||
// Using borders requires the "ui/border" module.
|
||
// ``` JavaScript
|
||
// var borderModule = require("ui/border");
|
||
// ```
|
||
|
||
// ### Declaring a Border.
|
||
//```XML
|
||
// <Page>
|
||
// <Border borderRadius="10" borderWidth="1" borderColor="#FF0000">
|
||
// <Button text="OK"/>
|
||
// </Border>
|
||
// </Page>
|
||
//```
|
||
// </snippet>
|