Getting the current screen resolution in Windows 8 using C# is really straight forward:
var bounds = Window.Current.Bounds;
doube height = bounds.Height;
double width = bounds.Width;
// xamlgeek
$title =
;
$content = [
Getting the current screen resolution in Windows 8 using C# is really straight forward:
var bounds = Window.Current.Bounds;
doube height = bounds.Height;
double width = bounds.Width;
// xamlgeek
];
$date =
;
$author =
;
$previous =
;
$next =
;