Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. private static void RaiseConfigurationChanges()
  2. {
  3. Xaml.Window.Current?.RaiseNativeSizeChanged();
  4. ViewHelper.RefreshFontScale();
  5. DisplayInformation.GetForCurrentView().HandleConfigurationChange();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement