Files
NativeScript/apps/tests/ui/border/border-tests.ts
Vladimir Enchev be80dc52fd lint errors fixed
2015-06-18 10:24:40 +03:00

17 lines
386 B
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// <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>