Files
NativeScript/apps/ui/src/css/label-background-image-page.css

9 lines
201 B
CSS

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