Answers

Question and Answer:

  Home  Windows Phone

⟩ How to detect the resolution of my device?

(App.Current.RootVisual as FrameworkElement).ActualHeight and (App.Current.RootVisual as FrameworkElement).ActualWidth gives you device's resolution

If you want to know the visible size (taking AppBar / SystemTray into account) then just ask for it off the page instead.

 179 views

More Questions for you: