Skip to content

Instantly share code, notes, and snippets.

@mfkl
Created April 7, 2020 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfkl/2b6c4e9308d71525ffa566837650faaf to your computer and use it in GitHub Desktop.
Save mfkl/2b6c4e9308d71525ffa566837650faaf to your computer and use it in GitHub Desktop.
protected override void OnSizeAllocated(double width, double height)
{
base.OnSizeAllocated(width, height);
ScreenWidth = width;
ScreenHeight = height;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment