开始时间翻转HubTile Telerik Windows Phone

时间:2014-01-29 18:54:25

标签: windows-phone-8 telerik

我可以编辑从hubtile翻转的开始时间吗?我有2个hubtile,它一起翻转。我确实希望轮毂不是在同一时间翻转。我已经尝试使用UpdateInterval来操作它,但它不能满足我,因为有时它会再次翻转。任何解决方案?

这是我的xaml代码。在cs我什么都没做

<telerikPrimitives:RadCustomHubTile Width="198" Height="193" Margin="18,117,240,372" x:Name="NabiHome" UpdateInterval="0:0:2" Tap="NabiHome_Tap">
                <telerikPrimitives:RadCustomHubTile.FrontContent>
                    <Image Source="/Images/Button/25 Nabi.png"></Image>
                </telerikPrimitives:RadCustomHubTile.FrontContent>
                <telerikPrimitives:RadCustomHubTile.BackContent>
                    <Image Source="/Images/Button/25 Nabi.png"></Image>
                </telerikPrimitives:RadCustomHubTile.BackContent>
            </telerikPrimitives:RadCustomHubTile>
            <telerikPrimitives:RadCustomHubTile Width="198" Height="193" Margin="241,320,17,169" UpdateInterval="0:0:3" x:Name="Quiz" Tap="Quiz_Tap">
                <telerikPrimitives:RadCustomHubTile.FrontContent>
                    <Image Source="/Images/Button/Quiz.png"></Image>
                </telerikPrimitives:RadCustomHubTile.FrontContent>
                <telerikPrimitives:RadCustomHubTile.BackContent>
                    <Image Source="/Images/Button/Quiz.png"></Image>
                </telerikPrimitives:RadCustomHubTile.BackContent>
            </telerikPrimitives:RadCustomHubTile>

0 个答案:

没有答案