I try to find how I can update the Width and Height properties of my custom control.
I have used the RadialProgressBar implementation found in UWP Community Toolkit pull request #828 for 1.5 milestone. I can set the Width and Height on the custom control and it will work but I need to set different Width and Height values depending on the display resolution.
I'm doing something wrong I think but I can't find what.
Any idea?