資源簡介
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));
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-04-16?22:24??Util.Controls\
?????目錄???????????0??2016-04-16?22:43??Util.Controls\Util.Controls\
?????目錄???????????0??2016-04-16?22:18??Util.Controls\Util.Controls\Control\
?????文件????????4737??2016-04-16?22:18??Util.Controls\Util.Controls\Control\AnimatedGIF.cs
?????文件????????5153??2016-04-16?22:18??Util.Controls\Util.Controls\Control\BulletCheckBox.xaml
?????文件????????2366??2016-04-16?22:18??Util.Controls\Util.Controls\Control\BulletCheckBox.xaml.cs
?????文件????????3315??2016-04-16?22:18??Util.Controls\Util.Controls\Control\BusyBox.xaml
?????文件?????????814??2016-04-16?22:18??Util.Controls\Util.Controls\Control\BusyBox.xaml.cs
?????文件????????9956??2016-04-16?22:18??Util.Controls\Util.Controls\Control\FButton.xaml
?????文件????????5609??2016-04-16?22:18??Util.Controls\Util.Controls\Control\FButton.xaml.cs
?????文件????????1427??2016-04-16?22:18??Util.Controls\Util.Controls\Control\FImage.xaml
?????文件????????2955??2016-04-16?22:18??Util.Controls\Util.Controls\Control\FImage.xaml.cs
?????文件?????????745??2016-04-16?22:18??Util.Controls\Util.Controls\Control\HighTextBlock.xaml
?????文件????????3857??2016-04-16?22:18??Util.Controls\Util.Controls\Control\HighTextBlock.xaml.cs
?????文件????????2498??2016-04-16?22:18??Util.Controls\Util.Controls\Control\MessageBoxX.xaml
?????文件????????4537??2016-04-16?22:18??Util.Controls\Util.Controls\Control\MessageBoxX.xaml.cs
?????文件???????15826??2016-04-16?22:18??Util.Controls\Util.Controls\Control\MultiComboBox.xaml
?????文件????????2285??2016-04-16?22:18??Util.Controls\Util.Controls\Control\MultiComboBox.xaml.cs
?????文件????????9052??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ProgressRing.cs
?????文件???????21339??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ProgressRing.xaml
?????目錄???????????0??2016-04-16?22:43??Util.Controls\Util.Controls\Control\ThumbnailImage\
?????文件?????????252??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\EnumThumbnail.cs
?????文件?????????435??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\IThumbnailProvider.cs
?????文件?????????822??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\ImageThumbnailProvider.cs
?????文件????????6701??2016-04-16?22:43??Util.Controls\Util.Controls\Control\ThumbnailImage\ThumbnailImage.cs
?????文件?????????890??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\ThumbnailProviderFactory.cs
?????文件????????1158??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\VedioThumbnailProvider.cs
?????文件????????1082??2016-04-16?22:18??Util.Controls\Util.Controls\Control\ThumbnailImage\WebImageThumbnailProvider.cs
?????文件???????30493??2016-04-16?22:18??Util.Controls\Util.Controls\Control\VirtualizingWrapPanel.cs
?????文件????????1727??2015-12-22?15:49??Util.Controls\Util.Controls\Control\WaitingBox.xaml
?????文件????????1698??2015-12-22?15:49??Util.Controls\Util.Controls\Control\WaitingBox.xaml.cs
............此處省略515個文件信息
- 上一篇:醫學dicom游覽器C#源碼
- 下一篇:arcgis engine c#開發教程
評論
共有 條評論