Download presentation
Presentation is loading. Please wait.
Published byKelly Richard Modified over 8 years ago
16
WPF apps can now run well in a Multi Monitor Setup with different DPIs, enabled via manifest setting true/PM New events and virtual functions added on each Visual to notify when DPI changes public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); this.DpiChanged += MainWindow_DpiChanged; } private void MainWindow_DpiChanged(object sender, DpiChangedEventArgs e) { } protected override void OnDpiChanged(DpiScale oldDpi, DpiScale newDpi) { }
17
Session CodeTitle B809App Model Overview B829Project Centennial: Bringing existing desktop applications to UWP B891.NET Overview B859Introducing Visual Studio vNext (roadmap) B879What’s new in Visual Studio for Universal Windows app development B806Advanced Debugging using Visual Studio 2015 B819Become a Visual Studio 2015 Power User
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.