Files
NativeScript/apps/tests/ui/border/border.md
2016-05-02 10:45:50 +03:00

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>