我想通过使用MediaElement控件在WPF应用程序中重复播放GIF(.gif)文件。 下面我附上了我目前正在使用的代码。
<MediaElement x:Name="recImageMedia" Height="67" Margin="43,-70,816.2,0" LoadedBehavior="Play" Source="file://C:\Users\documents\visual studio 2013\Projects\Application\TempApplication\Snapshots\recordanim.gif" Visibility="Visible" />
答案 0 :(得分:0)
StackOverflow建议至少为您的问题提供两种可能的解决方案。第一种是使用此处引用的MediaTimeline控件
或者,您可能会发现使用WPF MediaKit中的MediaElement