How to stop FFImageLoading gif loop?

419 views Asked by At

I've loaded a GIF using FFImageLoading, but that GIF is keep looping again and again. Is there a way to stop that loop?

<ffimageloadingsvg:SvgCachedImage x:Name="Logo" Aspect="AspectFit" HorizontalOptions="Center" VerticalOptions="Center" Source="resource://Images.srw-logo-animation.gif"/>

In here Logo is the x Referece of that tag.

0

There are 0 answers