gpt4 book ai didi

xamarin - Xamarin.Forms 中的圆形图像

转载 作者:行者123 更新时间:2023-12-02 13:11:41 25 4
gpt4 key购买 nike

我需要在 Xamarin.Forms 中使用带圆角的图像控件。但我没有找到任何可以做到的属性(property)。如何制作圆形图像?

最佳答案

我使用FFImageLoadingCachedImage 控件,具有圆形图像的圆形变换:

<ffimageloading:CachedImage  
DownsampleToViewSize="true"
Aspect="AspectFill"
Source = "{Binding Image}"
LoadingPlaceholder = "{Binding DefaultImage}"
ErrorPlaceholder = "{Binding DefaultImage}">
<ffimageloading:CachedImage.Transformations>
<fftransformations:CircleTransformation />
</ffimageloading:CachedImage.Transformations>
</ffimageloading:CachedImage>

enter image description here

关于xamarin - Xamarin.Forms 中的圆形图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36769606/

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