Presentation is loading. Please wait.

Presentation is loading. Please wait.

WPF apps can now run well in a Multi Monitor Setup with different DPIs, enabled via manifest setting true/PM New events and.

Similar presentations


Presentation on theme: "WPF apps can now run well in a Multi Monitor Setup with different DPIs, enabled via manifest setting true/PM New events and."— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

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

18

19

20

21

22


Download ppt "WPF apps can now run well in a Multi Monitor Setup with different DPIs, enabled via manifest setting true/PM New events and."

Similar presentations


Ads by Google