As an UWP App runs in window mode on common desktop systems the "old" way of getting the screen resolution won't work anymore.
Old Resolution with Window.Current.Bounds
was like shown in.
Is there another way to get the resolution of the (primary) display?
Just set a name for main Grid or Page and call its width or height for an element you want:
it's the easiest way you can use!