WinRT:如何在不缩放的情况下呈现BitmapIcon?

时间:2016-10-19 00:14:47

标签: bitmap windows-runtime

我试图在磁贴上呈现BitmapIcon作为元数据的一部分。但是,当我使用:

    <DataTemplate>
        <Grid>
            <TextBlock Text="Customer"/>
            <BitmapIcon UriSource="ms-appx:///DarkBond.LicenseManager.License/Assets/Medium/Folder.png"/>
        </Grid>
     </DataTemplate>

我明白了:

Blurry Icon

如何强制此图像使用原生分辨率(它是一个32x32位图)。在WPF中,我会使用&#39; Stretch =&#34;无&#34;属性。 WinRT中的等价物是什么?

0 个答案:

没有答案