实例介绍
WPF实现超酷效果,动态图片,3D效果,树形结构,动态列表等等
【实例截图】
【核心代码】
WPF超炫效果
└── wpfbagotricks
├── Readme_2008-03-08.txt
├── binaries
│ ├── J832.Common.dll
│ ├── J832.Wpf.BagOTricksApp.exe
│ └── J832.Wpf.BagOTricksLib.dll
└── source
├── J832.Common
│ ├── ActionOnDispose.cs
│ ├── CastList.cs
│ ├── DBUtil.cs
│ ├── Extensions.cs
│ ├── J832.Common.csproj
│ ├── ListBase.cs
│ ├── LockHelper.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReaderWriterLockHelper.cs
│ ├── Util.cs
│ ├── WriteOnce.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ └── J832.Common.xml
│ └── obj
│ └── Debug
│ ├── J832.Common.csproj.FileListAbsolute.txt
│ ├── J832.Common.dll
│ └── J832.Common.pdb
├── J832.Wpf.BagOTricksApp
│ ├── AnimatingTilePanel
│ │ ├── AnimatingTilePanelPage.xaml
│ │ └── AnimatingTilePanelPage.xaml.cs
│ ├── App.xaml
│ ├── BlockBar
│ │ └── BlockBarPage.xaml
│ ├── Code.cs
│ ├── ColorPicker
│ │ ├── Code.cs
│ │ └── ColorPickerPage.xaml
│ ├── DateControls
│ │ └── DateControlsPage.xaml
│ ├── FlipTile3D
│ │ ├── FlipTile3D.cs
│ │ ├── FlipTile3DPage.xaml
│ │ └── TileData.cs
│ ├── FolderPicker
│ │ ├── Data.cs
│ │ ├── FolderPickerPage.xaml
│ │ └── drive.png
│ ├── Graph
│ │ ├── GraphPage.xaml
│ │ ├── GraphPage.xaml.cs
│ │ └── NodeClasses.cs
│ ├── Hex
│ │ ├── HexBoardElement.cs
│ │ ├── HexHelper.cs
│ │ ├── HexPage.xaml
│ │ ├── HexPage.xaml.cs
│ │ ├── HexStuff.cs
│ │ └── Hexagon.cs
│ ├── InfoTextBox
│ │ └── InfoTextBoxPage.xaml
│ ├── Interactive3D
│ │ ├── Interactive3DPage.xaml
│ │ └── Interactive3DPage.xaml.cs
│ ├── IntroductionPage.xaml
│ ├── IntroductionPage.xaml.cs
│ ├── J832.Wpf.BagOTricksApp.csproj
│ ├── KevinButton
│ │ ├── KevinButtonPage.xaml
│ │ ├── disabled.jpg
│ │ ├── down.jpg
│ │ ├── downleft.jpg
│ │ ├── downright.jpg
│ │ ├── left.jpg
│ │ ├── middle.jpg
│ │ ├── normal.jpg
│ │ ├── pressed.jpg
│ │ ├── right.jpg
│ │ ├── up.jpg
│ │ ├── upleft.jpg
│ │ └── upright.jpg
│ ├── ListPager
│ │ ├── ListPagerPage.xaml
│ │ └── ListPagerPage.xaml.cs
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── MineSweeper
│ │ ├── MineFieldElement.cs
│ │ ├── MineSweeper.cs
│ │ ├── MineSweeperPage.xaml
│ │ └── MineSweeperPage.xaml.cs
│ ├── NotifyWorker
│ │ ├── NotifyWorkerPage.xaml
│ │ └── NotifyWorkerPage.xaml.cs
│ ├── NumericUpDown
│ │ └── NumericUpDownPage.xaml
│ ├── RadioButtonList
│ │ └── RadioButtonListPage.xaml
│ ├── Reveal
│ │ └── RevealPage.xaml
│ ├── Set
│ │ ├── Set.cs
│ │ ├── SetBoardElement.cs
│ │ ├── SetCardDrawingFactory.cs
│ │ ├── SetPage.xaml
│ │ └── SetPage.xaml.cs
│ ├── TableOfContents.xml
│ ├── TransitionPresenter
│ │ ├── TransitionPresenterPage.xaml
│ │ ├── TransitionPresenterPage.xaml.cs
│ │ └── star.png
│ ├── TreeMapPanel
│ │ └── TreeMapPanelPage.xaml
│ ├── TreeViewDoubleClick
│ │ ├── TreeViewDoubleClickPage.xaml
│ │ └── TreeViewDoubleClickPage.xaml.cs
│ ├── TreeViewHelperClasses
│ │ ├── DataTree.cs
│ │ ├── TreeViewHelperPage.xaml
│ │ └── TreeViewHelperPage.xaml.cs
│ ├── VSCopyToHtml
│ │ ├── VSCopyToHtmlPage.xaml
│ │ └── VSCopyToHtmlPage.xaml.cs
│ ├── VisualTreeViewer
│ │ ├── VisualTreeItem.cs
│ │ ├── VisualTreeViewerPage.xaml
│ │ └── VisualTreeViewerPage.xaml.cs
│ ├── XAMLTShirt
│ │ └── shirt.xaml
│ ├── Zap
│ │ ├── ZapPage.xaml
│ │ └── ZapPage.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ ├── J832.Common.xml
│ │ ├── J832.Wpf.BagOTricksApp.exe
│ │ ├── J832.Wpf.BagOTricksApp.pdb
│ │ ├── J832.Wpf.BagOTricksApp.vshost.exe
│ │ ├── J832.Wpf.BagOTricksApp.vshost.exe.manifest
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ └── J832.Wpf.BagOTricksLib.pdb
│ └── obj
│ └── Debug
│ ├── AnimatingTilePanel
│ │ ├── AnimatingTilePanelPage.baml
│ │ └── AnimatingTilePanelPage.g.cs
│ ├── App.baml
│ ├── App.g.cs
│ ├── BlockBar
│ │ └── BlockBarPage.baml
│ ├── ColorPicker
│ │ └── ColorPickerPage.baml
│ ├── DateControls
│ │ └── DateControlsPage.baml
│ ├── FlipTile3D
│ │ └── FlipTile3DPage.baml
│ ├── FolderPicker
│ │ ├── FolderPickerPage.baml
│ │ └── FolderPickerPage.g.cs
│ ├── GeneratedInternalTypeHelper.g.cs
│ ├── Graph
│ │ ├── GraphPage.baml
│ │ └── GraphPage.g.cs
│ ├── Hex
│ │ └── HexPage.baml
│ ├── InfoTextBox
│ │ └── InfoTextBoxPage.baml
│ ├── Interactive3D
│ │ ├── Interactive3DPage.baml
│ │ └── Interactive3DPage.g.cs
│ ├── IntroductionPage.baml
│ ├── IntroductionPage.g.cs
│ ├── J832.Wpf.BagOTricksApp.csproj.FileListAbsolute.txt
│ ├── J832.Wpf.BagOTricksApp.exe
│ ├── J832.Wpf.BagOTricksApp.g.resources
│ ├── J832.Wpf.BagOTricksApp.pdb
│ ├── J832.Wpf.BagOTricksApp_MarkupCompile.cache
│ ├── J832.Wpf.BagOTricksApp_MarkupCompile.lref
│ ├── KevinButton
│ │ └── KevinButtonPage.baml
│ ├── ListPager
│ │ ├── ListPagerPage.baml
│ │ └── ListPagerPage.g.cs
│ ├── MainPage.baml
│ ├── MainPage.g.cs
│ ├── MineSweeper
│ │ ├── MineSweeperPage.baml
│ │ └── MineSweeperPage.g.cs
│ ├── NotifyWorker
│ │ ├── NotifyWorkerPage.baml
│ │ └── NotifyWorkerPage.g.cs
│ ├── NumericUpDown
│ │ └── NumericUpDownPage.baml
│ ├── RadioButtonList
│ │ └── RadioButtonListPage.baml
│ ├── ResolveAssemblyReference.cache
│ ├── Reveal
│ │ └── RevealPage.baml
│ ├── Set
│ │ ├── SetPage.baml
│ │ └── SetPage.g.cs
│ ├── TransitionPresenter
│ │ ├── TransitionPresenterPage.baml
│ │ └── TransitionPresenterPage.g.cs
│ ├── TreeMapPanel
│ │ └── TreeMapPanelPage.baml
│ ├── TreeViewDoubleClick
│ │ ├── TreeViewDoubleClickPage.baml
│ │ └── TreeViewDoubleClickPage.g.cs
│ ├── TreeViewHelperClasses
│ │ ├── TreeViewHelperPage.baml
│ │ └── TreeViewHelperPage.g.cs
│ ├── VSCopyToHtml
│ │ ├── VSCopyToHtmlPage.baml
│ │ └── VSCopyToHtmlPage.g.cs
│ ├── VisualTreeViewer
│ │ ├── VisualTreeViewerPage.baml
│ │ └── VisualTreeViewerPage.g.cs
│ ├── XAMLTShirt
│ │ └── shirt.baml
│ └── Zap
│ ├── ZapPage.baml
│ └── ZapPage.g.cs
├── J832.Wpf.BagOTricksLibrary
│ ├── ActionICommand.cs
│ ├── AnimatingTilePanel
│ │ └── AnimatingTilePanel.cs
│ ├── BlockBar
│ │ ├── BlockBar.cs
│ │ ├── CircleBlockBar.cs
│ │ └── RectBlockBar.cs
│ ├── ColorPicker
│ │ └── ColorPicker.cs
│ ├── CompositionTargetRenderingListening.cs
│ ├── DatePicker
│ │ ├── DatePicker.cs
│ │ ├── DatePickerHelper.cs
│ │ ├── DateTimeValueConverter.cs
│ │ └── InvalidEntryEventArgs.cs
│ ├── DemoCollection.cs
│ ├── Graph
│ │ └── Graph.cs
│ ├── HueConverter.cs
│ ├── InfoTextBox
│ │ └── InfoTextBox.cs
│ ├── J832.Wpf.BagOTricksLib.csproj
│ ├── ListPager
│ │ ├── ListPager.cs
│ │ └── UIListPager.cs
│ ├── MonthCalendar
│ │ ├── CalendarDataGenerator.cs
│ │ ├── CalendarDate.cs
│ │ ├── Converters.cs
│ │ ├── DateSelectionChangedEventArgs.cs
│ │ ├── MonthCalendar.cs
│ │ ├── MonthCalendarContainer.cs
│ │ ├── MonthCalendarDayHeaderWeekNumber.cs
│ │ ├── MonthCalendarHelper.cs
│ │ ├── MonthCalendarItem.cs
│ │ ├── MonthCalendarTitle.cs
│ │ └── OneMonthCalendarSample - posted on 2006-06-28.zip
│ ├── NotifyWorker.cs
│ ├── NumericUpDown
│ │ └── NumericUpDown.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Reveal
│ │ ├── HorizontalRevealMode.cs
│ │ ├── Reveal.cs
│ │ └── VerticalRevealMode.cs
│ ├── RoundDoubleConverter.cs
│ ├── Transition3D.cs
│ ├── TransitionPresenter
│ │ ├── ClothTransition.cs
│ │ ├── DoorTransition.cs
│ │ ├── ExplosionTransition.cs
│ │ ├── FadeTransition.cs
│ │ ├── FlipTransition.cs
│ │ ├── PageTransition.cs
│ │ ├── RotateTransition.cs
│ │ ├── StoryboardTransition.cs
│ │ ├── Transition.cs
│ │ ├── Transition3D.cs
│ │ ├── TransitionElement.cs
│ │ ├── TransitionSelector.cs
│ │ ├── TranslateTransition.cs
│ │ └── TwoWayTransitionSelector.cs
│ ├── TreeMap3D.cs
│ ├── TreeMap3DUserControl.xaml
│ ├── TreeMap3DUserControl.xaml.cs
│ ├── TreeMapPanel
│ │ └── TreeMapPanel.cs
│ ├── TreeViewHelperClasses
│ │ ├── TreeViewDataItem.cs
│ │ └── TreeViewHelper.cs
│ ├── WpfUtil.cs
│ ├── WrapperElement.cs
│ ├── Zap
│ │ ├── ZapCommandItem.cs
│ │ ├── ZapDecorator.cs
│ │ ├── ZapPanel.cs
│ │ └── ZapScroller.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ ├── J832.Common.xml
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ └── J832.Wpf.BagOTricksLib.pdb
│ ├── obj
│ │ └── Debug
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── J832.Wpf.BagOTricksLib.csproj.FileListAbsolute.txt
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ ├── J832.Wpf.BagOTricksLib.g.resources
│ │ ├── J832.Wpf.BagOTricksLib.pdb
│ │ ├── J832.Wpf.BagOTricksLib_MarkupCompile.cache
│ │ ├── J832.Wpf.BagOTricksLib_MarkupCompile.lref
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Themes
│ │ │ ├── ColorPicker.generic.baml
│ │ │ ├── DateControls.generic.baml
│ │ │ ├── InfoTextBox.generic.baml
│ │ │ ├── Luna.NormalColor.baml
│ │ │ ├── Zap.Generic.baml
│ │ │ └── generic.baml
│ │ ├── TreeMap3DUserControl.baml
│ │ └── TreeMap3DUserControl.g.cs
│ └── themes
│ ├── ColorPicker.generic.xaml
│ ├── DateControls.generic.xaml
│ ├── InfoTextBox.generic.xaml
│ ├── Luna.NormalColor.xaml
│ ├── Zap.Generic.xaml
│ └── generic.xaml
├── WPFBagOTricks.sln
├── WPFBagOTricks.suo
└── WpfApplication1
├── App.xaml
├── App.xaml.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Window1.xaml
├── Window1.xaml.cs
├── WpfApplication1.csproj
├── bin
│ └── Debug
│ ├── J832.Common.dll
│ ├── J832.Common.pdb
│ ├── J832.Common.xml
│ ├── J832.Wpf.BagOTricksApp.exe
│ ├── J832.Wpf.BagOTricksApp.pdb
│ ├── J832.Wpf.BagOTricksLib.dll
│ ├── J832.Wpf.BagOTricksLib.pdb
│ ├── WpfApplication1.exe
│ ├── WpfApplication1.pdb
│ ├── WpfApplication1.vshost.exe
│ └── WpfApplication1.vshost.exe.manifest
├── images
│ └── bg.jpg
└── obj
└── Debug
├── App.g.cs
├── ResolveAssemblyReference.cache
├── Window1.baml
├── Window1.g.cs
├── WpfApplication1.Properties.Resources.resources
├── WpfApplication1.csproj.FileListAbsolute.txt
├── WpfApplication1.csproj.GenerateResource.Cache
├── WpfApplication1.exe
├── WpfApplication1.g.resources
├── WpfApplication1.pdb
└── WpfApplication1_MarkupCompile.cache
95 directories, 287 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论