How to set label background image to fill the background?

Problems seems to be easy, but I cannot get the answer. I made a 9-sliced sprite, and add it to label’s background. But it will not scale to fill the background and will not scale to fill.
I’ve search for resolution and tried uss properties like: background-size:cover; -unity-background-scale-mode:scale-to-fit;. But they did nothing to this label.
How to set the background fill all space?
image

9-slice isn’t supported yet in UITK. But it is on the roadmap https://portal.productboard.com/rcczqdfvurr8zuws3eth2ift/c/2291-repeatable-sections-of-9-sliced-images?&utm_medium=social&utm_source=starter_share

1 Like

I got it, thank you :blush: