Files
NativeScript/apps/tests/ui/border/border.md
2016-04-14 16:52:51 +03:00

347 B

nav-title, title, description
nav-title title description
Border How-To How-To 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>