Thursday, January 16, 2014

Progressbar Example1 in WPF

ProgressBarExample1.xaml






UI Display:











After Pressing F5,We can see the progress of bar.











Notes:
The RepeatBehavior property of a Timeline controls states about how many times an animation repeats its simple duration. By using RepeatBehavior, we can specify a Timeline repeats for a certain number of times (an iteration count) or for a specified time period.
By default, timelines have a repeat count of 1.0, which means they play one time and do not repeat.If  we  set the RepeatBehaviorproperty of a Timeline to Forever, the timeline repeats indefinitely.

No comments:

Copyright © Codingnodes,2014.All Rights Reserved.