资源简介
代码片段和文件信息
//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个文件信息
相关资源
- 第二代Kinect WPF开发从入门到精通资料
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- WPF21个优秀项目及源码
- SciChart控件破解方法见包内
- C#生辰八字生成器源码
- WPF开发框架
- DevExpress控件forC#-8.2
- Devexpress 中文说明文档winform
- angularjs增、删、改查带分页asp.net程序
- 免费PDF控件Spire.PDF
- wpf特效轮播图
- WPF做的监控程序
- wpf 图片滑动效果
- Telerik_UI_for_WPF破解版
- Telerik_UI_for_WPF_2019_1_116_Dev.msi
- WPF编程宝典2012源码和书(全)
- 深入浅出WPF刘铁猛 重新整理书签 带源
- 图书管理系统c#NET平台上使用窗体和控
- WPF程序设计指南完整PDF高清版
- Telerik UI for WPF 2018_1_116
- C#联合halcon利用halcon控件实现鼠标拖拽
- WinForm嵌入Word文档控件开发
- C# 实现完整功能的截图控件
- Winform控件库-DevExpressComponents-14.zip
- 深入浅出WPF 重新整理目录,带源码
- Pro WPF 4.5 in C# Pro WPF系列第四版 英文书
- Stimulsoft_Reports_2019.1.1 报表控件(破解
- WPF学习书籍pdf《葵花宝典_WPF自学手册
- Telerik_UI_for_WPF_Documentation
评论
共有 条评论