Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing windows phone 8.1. I want to do responsive design so that it will work for all resolution devices. how can do that?
I have tiered bellow code.
C#
var bounds = Window.Current.Bounds;
           double height = bounds.Height;
           double width = bounds.Width;

How to use it in xaml?
Posted

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900