0

单击@“-”符号出现在图像突出显示的部分上出现@ http://www.freeimagehosting.net/2qjtc

屏幕变为图像@ http://www.freeimagehosting.net/8311b

我想在我的应用程序中使用相同的功能。

谁能告诉我 2 如何使用此功能。

sry fr 提供图片的网址,[由于声誉较低,我无法发布图片]

4

1 回答 1

2

这是语义缩放。

您需要为您的应用程序创建两个不同的视图,并将它们插入<SemanticZoom>到 XAML 的标记中。

您的应用程序的现有视图是放大视图。

<SemanticZoom>

<SemanticZoom.ZoomedOutView>
    <!-- Put the GridView for the zoomed out view here. -->   
</SemanticZoom.ZoomedOutView>

<SemanticZoom.ZoomedInView>
    <!-- Put the GridView for the zoomed in view here. -->       
</SemanticZoom.ZoomedInView>

于 2012-12-11T16:31:59.987 回答