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.