I am developing a Maui game and I want to set each game level background (Grid but could also be BorderFrame) according to its level type. I want to do so using a sample tile image that will be duplicated to fill the background.
Is this possible out of the box? Or should I write a custom control for it?
Thanks!