This is a migrated thread and some comments may be shown as answers.

Updateinterval

1 Answer 70 Views
HubTile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonas Karlsson
Top achievements
Rank 1
Jonas Karlsson asked on 13 Feb 2013, 10:40 PM
Hello!

I´m having problems setting the updateinterval in the xaml.
The following code freezes the tile to only show the initial tile with phone theme background.

What format of the property am I supposed to enter here?

Best regards,
jonas

<telerikPrimitives:RadSlideHubTile Grid.ColumnSpan="2" Grid.RowSpan="2" Width="210" Height="210" Title="Standard" Tap="StandardTile_Tap" UpdateInterval="2">
                     <telerikPrimitives:RadSlideHubTile.Picture>
                         <Image Source="Images\standard.png"
                             Stretch="UniformToFill"/>
                     </telerikPrimitives:RadSlideHubTile.Picture>
                 </telerikPrimitives:RadSlideHubTile>

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 14 Feb 2013, 08:53 AM
Hello Jonas,

Thank you for writing.
The UpdateInterval property is of type TimeSpan. You can see examples of how to set it in our examples application and also here.

Please write again if you have other questions.

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
HubTile
Asked by
Jonas Karlsson
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or