I setup in Designer a simple Label with corner radius value 10 and border width value 2. After executing a code below, the corner radius and border disappeared. Any comments?
Label1.TextColor = xui.Color_White
Label1.Color = xui.Color_RGB(105, 105,105)