Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xaml Windows Phone 8.1上的资源限定符_Xaml_Windows Phone 8.1 - Fatal编程技术网

Xaml Windows Phone 8.1上的资源限定符

Xaml Windows Phone 8.1上的资源限定符,xaml,windows-phone-8.1,Xaml,Windows Phone 8.1,Windows Phone 8.1应用程序是否支持资源限定符,例如Scale? 这些限定符与Windows应用商店应用程序中的限定符不同吗?是的,Windows phone 8.1 RT支持图像缩放。以下是如何实现的: <Image Grid.Row="1" Grid.Column="0" Source="wpimages/resolution.jpg" VerticalAlignment="Top" Width="100"/>

Windows Phone 8.1应用程序是否支持资源限定符,例如Scale?
这些限定符与Windows应用商店应用程序中的限定符不同吗?

是的,Windows phone 8.1 RT支持图像缩放。以下是如何实现的:

 <Image Grid.Row="1" Grid.Column="0" Source="wpimages/resolution.jpg" VerticalAlignment="Top" Width="100"/>