# Step 3 of 3: Running the Book Application

## Content



Now that you've created a WPF 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 WPF**'s run-time behavior, complete the following steps:

1.  From the Debug menu, select Start Debugging to view how your application will appear at run time.
2.  The application will appear similar to the following:
  ![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/step_x0020_3_x0020_of_x0020_3-_x0020_running_x0020_the_x0020_book_x0020_application_files/image001.png)
3.  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.
4.  Click the upper-right corner of the page and notice that the page turns and the second and third pages are visible:
  ![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/step_x0020_3_x0020_of_x0020_3-_x0020_running_x0020_the_x0020_book_x0020_application_files/image002.png)
  You customized the time it takes for the page to turn by setting the C1Book.TurnInterval property.
5.  Click the Next button. The next pages are displayed:
  ![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/step_x0020_3_x0020_of_x0020_3-_x0020_running_x0020_the_x0020_book_x0020_application_files/image003.png)
  Note that you can return to the previous page by clicking the left top or bottom corner.
6.  Click and drag the top-right page corner to the left to turn to the next page:
  ![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/step_x0020_3_x0020_of_x0020_3-_x0020_running_x0020_the_x0020_book_x0020_application_files/image004.png)
  Notice that the last page contains the **TextBlock** content that was added in code:
  ![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/step_x0020_3_x0020_of_x0020_3-_x0020_running_x0020_the_x0020_book_x0020_application_files/image005.png)

Congratulations! You've completed the **Book for WPF** quick start and created a simple WPF application, added and customized a **Book for WPF** control, and viewed some of the run-time capabilities of the control.
