简体   繁体   English

wp7应用程式图块效果

[英]wp7 app tile effect

i am creating a windows phone application with tile effects, but somewhere i confused using/creating tiles. 我正在创建具有平铺效果的Windows Phone应用程序,但是我在某个地方混淆使用/创建平铺。 i just confused between application & secondary tile, what's the difference between? 我只是混淆了应用程序和辅助图块之间的区别?

Actually my requirements is to create a page within my app, which contains some tiles (i am saying these as tiles, might be these are something else). 实际上,我的要求是在我的应用程序中创建一个页面,其中包含一些磁贴(我说这些是磁贴,可能是其他的东西)。 the pictures are shown below to make more clear---> 为了更清晰地显示下面的图片---> 在此处输入图片说明

whenever the user clicks on any of these tiles, he would redirect to the corresponding page. 每当用户单击这些图块中的任何一个时,他都将重定向到相应的页面。 (to some page), for example:- if he clicks on message tile, then he will redirect to the some page showing messages. (到某个页面),例如:-如果他单击消息图块,那么他将重定向到显示消息的某个页面。

i also wants to ask that if these are not tiles, then wat are these looking like tiles & containing some regular updating text ??? 我还想问一下,如果这些不是图块,那么wat看起来像图块并包含一些常规更新文本吗? & what is difference between application tiles & secondary tiles ? &应用程序磁贴和辅助磁贴之间有什么区别?

note:- the image is of some wp7 app, which is edited to make clear about my question. 注意:-该图像是某些wp7应用程序的内容,已对其进行编辑以明确说明我的问题。

For navigation between pages use the NavigationService.Navigate method. 对于页面之间的导航,请使用NavigationService.Navigate方法。

There are no controls behaving in the same way as tiles, so you are required to implement the functionality you need. 没有与图块相同的控件,因此您需要实现所需的功能。 You can use a clever cobination of Rectangle, transparent-background images and text blocks, which together could respond to tap event and navigate. 您可以结合使用Rectangle,透明背景图像和文本块的巧妙组合,它们可以共同响应轻击事件和导航。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM