Book > Quick Start: Book for Silverlight > Step 3 of 3: Running the Book Application |
Now that you've created a Silverlight application and customized the application's appearance and behavior, the only thing left to do is run your application. To run your application and observe Book for Silverlight's run-time behavior, complete the following steps:
You set the C1Book.IsFirstPageOnTheRight property so that only one page is initially visible. Notice that when you hover over the lower or upper-right corner of the C1Book control the page folds back slightly to prompt you to turn the page; see Book Zones for more information.
You customized the time it takes for the page to turn by setting the C1Book.TurnInterval property.
Note that you can return to the previous page by clicking the left top or bottom corner.
Notice that the last page contains the TextBlock content that was added in code:
Congratulations! You've completed the Book for Silverlight quick start and created a simple Silverlight application, added and customized a Book for Silverlight control, and viewed some of the run-time capabilities of the control.