GettingStarted

In this help article you'll learn how to create all variations of RadHubTile controls using the Telerik UI for Universal Windows Platform.

Add References

In order to use a Telerik RadHubTile control in your application, you have to add a reference to the Telerik UI for Universal Windows Platform SDK:

  • Right-click on your project and from the menu, choose > Add Reference > Universal Windows > Extensions > Telerik UI for Universal Windows Platform > tap/click OK.

If you choose to add binaries, you will need references to the following files:

  • Telerik.Core.dll
  • Telerik.UI.Xaml.Primitives.dll

Declare Instances

Here is how to declare a new instance of each one of the RadHubTile variations:

<telerik:RadHubTile/>

<telerik:RadSlideHubTile/>

<telerik:RadPictureRotatorHubTile/>

<telerik:RadMosaicHubTile/>

<telerik:RadCustomHubTile/>
In this article