資源簡介
代碼片段和文件信息
//source(?Microsoft?All-In-One?Code?framework?):http://1code.codeplex.com/
using?System;
using?System.Drawing;
using?System.IO;
using?System.Runtime.InteropServices;
using?System.Windows;
using?System.Windows.Interop;
using?System.Windows.Media;
using?System.Windows.Media.Imaging;
using?System.Windows.Threading;
using?File?=?System.Utility.Helper.File;
using?Image?=?System.Windows.Controls.Image;
namespace?Util.Controls
{
????///?
????///?支持GIF動畫圖片播放的圖片控件,GIF圖片源GIFSource
????///?
????public?class?AnimatedGIF?:?Image
????{
????????public?static?readonly?DependencyProperty?GIFSourceProperty?=?DependencyProperty.Register(
????????????“GIFSource“?typeof(string)?typeof(AnimatedGIF)?new?Propertymetadata(OnSourcePropertyChanged));
????????///?
????????///?GIF圖片源,支
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-08-02?12:29??lib\
?????文件???????54272??2016-08-02?12:29??lib\Microsoft.ex
?????文件??????122880??2016-08-02?12:29??lib\Microsoft.ex
?????文件??????122880??2016-08-02?12:29??lib\Microsoft.ex
?????文件???????91648??2016-08-02?12:29??lib\Microsoft.ex
?????文件???????50688??2016-08-02?12:29??lib\Microsoft.ex
?????文件??????154272??2016-08-02?12:29??lib\Microsoft.Windows.Shell.dll
?????文件??????179712??2016-08-02?12:29??lib\System.Utility.dll
?????文件???????39936??2016-08-02?12:29??lib\System.Windows.Interactivity.dll
?????目錄???????????0??2016-08-02?12:29??Util.Controls\
?????文件????????3265??2016-08-02?12:29??Util.Controls.sln
?????文件??????129024??2016-08-02?12:29??Util.Controls.v12.suo
?????目錄???????????0??2016-08-02?12:29??Util.Controls.WPFTest\
?????文件?????????141??2016-08-02?12:29??Util.Controls.WPFTest\app.config
?????文件????????2678??2016-08-02?12:29??Util.Controls.WPFTest\App.xaml
?????文件????????1640??2016-08-02?12:29??Util.Controls.WPFTest\App.xaml.cs
?????目錄???????????0??2016-08-02?12:29??Util.Controls.WPFTest\bin\
?????目錄???????????0??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\
?????目錄???????????0??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Images\
?????文件????????3165??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Images\logom.png
?????文件??????119070??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Images\qq.png
?????文件??????138994??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Images\qq1.png
?????文件???????35453??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Images\qq2.png
?????文件??????122880??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.ex
?????文件???????93047??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.ex
?????文件??????122880??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.ex
?????文件???????44369??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.ex
?????文件???????91648??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.ex
?????文件??????154272??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\Microsoft.Windows.Shell.dll
?????文件??????179712??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\System.Utility.dll
?????文件???????39936??2016-08-02?12:29??Util.Controls.WPFTest\bin\Debug\System.Windows.Interactivity.dll
............此處省略344個文件信息
評論
共有 條評論