Tuesday, 10 March 2015

Progress Bar and Progress Ring Control for Windows Phone 8.1

Hello Every One,

Progress Bar and Progress Ring Control in Windows phone 8.1 application.

Progress Bar and Progress Ring control shows the progress of an operation, or shows that an operation is in progress.

Let's see how Progress Bar and Progress Ring work. Follow below Steps.

Step 1:

Open Visual Studio 2013 create new Project in windows phone app. Select Blank App(Windows Phone) and give application name and location.

Step 2:

Now move on to Mainpage.xml drag textblock control set text="Progress Bar" and  drag Progress Bar Control  from Toolbox, set property minimum, maximum, value if required. By Default minimum is 0 maximum is  100 and value is 25.



Step 3:

Now add one another Progress Bar and now set IsIndeterminate="True" or  in properties IsIndeterminate  checked it.



Step 4:

Now drag Progress Ring Control from Toolbox and set IsActive="True" or in properties IsActive checked it.
And finally your Progress Bar and Progress Ring demo is created, Now run it.




Thank You.

No comments:

Post a Comment