From a Xaml app's point of view you'll always work in device-independent-pixels (DIPs) and don't generally need to worry about PPI or DPI specifically. Design the app with logical layout and underlying runtime will magnify the app per the user's settings.
The minor exception is for bitmaps, where the app needs to provide separate versions for the various DPI levels.
--Rob
Marked as answer byHelen.WTuesday, November 5, 2013 8:20 PM
From a Xaml app's point of view you'll always work in device-independent-pixels (DIPs) and don't generally need to worry about PPI or DPI specifically. Design the app with logical layout and underlying runtime will magnify the app per the user's settings.
The minor exception is for bitmaps, where the app needs to provide separate versions for the various DPI levels.
--Rob
Marked as answer byHelen.WTuesday, November 5, 2013 8:20 PM