mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
9 lines
201 B
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;
|
|
}
|