Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good Day All
i have the following Image from this
and i display the image like this
and my xaml that shows the image is
<ffimage:CachedImage x:Name="img_profile_picture" Aspect="AspectFill"
BackgroundColor="{DynamicResource Gray-200}"
HeightRequest="80"
Source="{Binding ProfileImage}"
WidthRequest="80">
<ffimage:CachedImage.GestureRecognizers>
<TapGestureRecognizer NumberOfTapsRequired="1" Tapped="TapGestureRecognizer_Tapped_1" />
</ffimage:CachedImage.GestureRecognizers>
</ffimage:CachedImage>
Thanks
Noted i will ask there