Skip to content

Instantly share code, notes, and snippets.

@nodoid
Created July 21, 2017 09:55
Show Gist options
  • Save nodoid/29d68ae09d1dce15d0bd0707a98f636d to your computer and use it in GitHub Desktop.
Save nodoid/29d68ae09d1dce15d0bd0707a98f636d to your computer and use it in GitHub Desktop.
yourPCLNamespace.App.ScreenSize = new Size(bounds.Width, bounds.Height);
@nodoid
Copy link
Author

nodoid commented Jul 21, 2017

var bounds = ApplicationView.GetForCurrentView().VisibleBounds;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment