Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active April 4, 2019 09:27
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 MartinZikmund/5436982055f725dcf0ae6414a5e7ee9b to your computer and use it in GitHub Desktop.
Save MartinZikmund/5436982055f725dcf0ae6414a5e7ee9b to your computer and use it in GitHub Desktop.
#if false || __IOS__ || NET461 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public uint ScreenHeightInRawPixels
{
get
{
throw new global::System.NotImplementedException("The member uint DisplayInformation.ScreenHeightInRawPixels is not implemented in Uno.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment