This question is locked. New answers and comments are not allowed.
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
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>