Available for: Windows 8.1 | Windows Phone 8.1

GettingStarted

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

Add References

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

  • Right-click on your project and from the menu, choose > Add Reference > Windows 8.1 > Extensions > Telerik UI for Windows Universal > 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/>