Files
NativeScript/apps/app/ui-tests-app/css/label-background-image.css
2016-07-21 09:45:50 +03:00

8 lines
206 B
CSS

Label {
background-image: url('~/ui-tests-app/pages/test2.png');
background-repeat: no-repeat;
background-position: left;
background-size: contain;
margin: 10;
border-width: 1;
}