gpt4 book ai didi

xaml - 创建圆形图像 Xaml

转载 作者:行者123 更新时间:2023-12-04 13:13:33 27 4
gpt4 key购买 nike

在 Windows Phone 8 中,我想将一个图像放在一个圆圈中。是否有类似网格的圆形容器?我知道有椭圆位它不是容器

最佳答案

这是我如何做到的。

<Ellipse Width="100"
Height="100">
<Ellipse.Fill>
<ImageBrush>
<ImageBrush.ImageSource>
<BitmapImage UriSource="/YourImage.png" />
</ImageBrush.ImageSource>
</ImageBrush>
</Ellipse.Fill>
</Ellipse>

作为最佳实践,请考虑设置 DecodePixelWidthDecodePixelHeight与您的椭圆大小相同。

关于xaml - 创建圆形图像 Xaml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23138878/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com