ComponentOne Tiles for UWP
Tiles for UWP 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 Universal Windows application and added and customized the Tiles for UWP 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:

     

    The green C1SlideTile in the image above is displayed using the ContentTemplate. The orange C1FlipTile is displayed in the BackContentTemplate.
    1. Observe the behavior of each of the controls. The C1SlideTile appears to slide between content selections, the C1FlipTile appears to flip.
    1. 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 Tiles for UWP quick start. In the documentation that follows, you'll get to know more about how to use the Tiles for UWP controls.

    See Also