• 大小: 2.48M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: wpf  控件  

资源简介


资源截图

代码片段和文件信息

//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.expression.Controls.dll
     文件      122880  2016-08-02 12:29  lib\Microsoft.expression.Drawing.dll
     文件      122880  2016-08-02 12:29  lib\Microsoft.expression.Effects.dll
     文件       91648  2016-08-02 12:29  lib\Microsoft.expression.Interactions.dll
     文件       50688  2016-08-02 12:29  lib\Microsoft.expression.Prototyping.Interactivity.dll
     文件      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.expression.Drawing.dll
     文件       93047  2016-08-02 12:29  Util.Controls.WPFTest\bin\Debug\Microsoft.expression.Drawing.xml
     文件      122880  2016-08-02 12:29  Util.Controls.WPFTest\bin\Debug\Microsoft.expression.Effects.dll
     文件       44369  2016-08-02 12:29  Util.Controls.WPFTest\bin\Debug\Microsoft.expression.Effects.xml
     文件       91648  2016-08-02 12:29  Util.Controls.WPFTest\bin\Debug\Microsoft.expression.Interactions.dll
     文件      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个文件信息

评论

共有 条评论