Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. double width;
  2. switch (Device.RuntimePlatform) {
  3. case Device.iOS:
  4. case Device.Android:
  5. width = 200;
  6. break;
  7. case Device.UWP:
  8. width = 120;
  9. break;
  10. }
Add Comment
Please, Sign In to add comment