即时通讯使用circleImage
xmlns:ic="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions"
在我的xaml文件中。
我正在尝试做的是插入
<ic:CircleImage
x:Name="userProfileImage"
HeightRequest="50"
WidthRequest="50"
Aspect="AspectFill"
Source="{Binding post.uploader.userProfile.userThumbnail}"
/>
按钮属性下的此图片。
但如果我这样做(下)
<Button Clicked="OnUserInfoClicked">
<Button.Image>
<ic:CircleImage
x:Name="userProfileImage"
HeightRequest="50"
WidthRequest="50"
Aspect="AspectFill"
Source="{Binding post.uploader.userProfile.userThumbnail}"
/>
</Button.Image>
</Button>
然后,我得到了这个错误。
No property, bindable property, or event found for 'image'
我在做错了什么?以及如何解决它?
答案 0 :(得分:1)
你想做的事是不可能的。但是,如果您只想点击图像并执行操作,为什么不使用TapGesture?
/[\,\-\n]/g
希望这有帮助!