ComponentOne Tiles for WPF and Silverlight
C1Tiles Quick Start / Step 3 of 3: Running the Tiles Application
In This Topic
    Step 3 of 3: Running the Tiles Application
    In This Topic

    In the previous step you created a WPF application and added and customized the Tiles for WPF and Silverlight controls. In this step you'll run your application.

    1. Select Debug | Start Debugging to run your application. It will appear similar to the following:

      Note that the red C1SlideTile in the image above is displayed using the ContentTemplate. When the tile transitions to the BackContentTemplate, it will appear green.

    2. Observe the behavior of each of the controls. The C1SlideTile appears to slide between content selections.
    3. Observe that some C1SlideTile controls appear to move in different directions, you can set this behavior using the SlideDirection property.

    Congratulations! You have completed the C1Tiles quick start. In the documentation that follows, you'll get to know more about how to use the Tiles for WPF and Silverlight controls.

    See Also