文件名称:WpfMarquee
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 56kb
- 下载次数:
- 0次
- 提 供 者:
- li***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
我们知道在html中有一个marquee标签,可以很方便的实现文字滚动的效果,在WPF里面,我们可以用Animation和Storyboard来达到同样的效果,但是感觉总是不那么好,每次都需要做动画,而且设置动画的属性很麻烦,这是在WPF开发CustomControl的方式来打造的一个Marquee控件。像HTML简单的声明就可以使用。-We know that a marquee tag in html text scrolling effect can be very convenient in WPF, we can achieve the same result Animation and Storyboard, but feeling is not always so good, every time we need to do animationattribute a lot of trouble, and set the animation, which is to build a WPF development CustomControl Marquee control. You can use a simple statement like HTML.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WpfMarquee\WpfMarquee\App.xaml
..........\..........\App.xaml.cs
..........\..........\bin\Debug\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.vshost.exe
..........\..........\...\.....\WpfMarquee.vshost.exe.manifest
..........\..........\...\Debug
..........\..........\bin
..........\..........\Marquee.cs
..........\..........\obj\Debug\App.g.cs
..........\..........\...\.....\GeneratedInternalTypeHelper.g.cs
..........\..........\...\.....\Refactor
..........\..........\...\.....\TempPE
..........\..........\...\.....\.hemes\Generic.baml
..........\..........\...\.....\Themes
..........\..........\...\.....\Window1.baml
..........\..........\...\.....\Window1.g.cs
..........\..........\...\.....\WpfMarquee.csproj.FileListAbsolute.txt
..........\..........\...\.....\WpfMarquee.csproj.GenerateResource.Cache
..........\..........\...\.....\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.g.resources
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.Properties.Resources.resources
..........\..........\...\.....\WpfMarquee_MarkupCompile.cache
..........\..........\...\.....\WpfMarquee_MarkupCompile.lref
..........\..........\...\Debug
..........\..........\obj
..........\..........\Properties\AssemblyInfo.cs
..........\..........\..........\Resources.Designer.cs
..........\..........\..........\Resources.resx
..........\..........\..........\Settings.Designer.cs
..........\..........\..........\Settings.settings
..........\..........\Properties
..........\..........\Themes\Generic.xaml
..........\..........\Themes
..........\..........\Window1.xaml
..........\..........\Window1.xaml.cs
..........\..........\WpfMarquee.csproj
..........\WpfMarquee
..........\WpfMarquee.sln
..........\WpfMarquee.suo
WpfMarquee
..........\..........\App.xaml.cs
..........\..........\bin\Debug\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.vshost.exe
..........\..........\...\.....\WpfMarquee.vshost.exe.manifest
..........\..........\...\Debug
..........\..........\bin
..........\..........\Marquee.cs
..........\..........\obj\Debug\App.g.cs
..........\..........\...\.....\GeneratedInternalTypeHelper.g.cs
..........\..........\...\.....\Refactor
..........\..........\...\.....\TempPE
..........\..........\...\.....\.hemes\Generic.baml
..........\..........\...\.....\Themes
..........\..........\...\.....\Window1.baml
..........\..........\...\.....\Window1.g.cs
..........\..........\...\.....\WpfMarquee.csproj.FileListAbsolute.txt
..........\..........\...\.....\WpfMarquee.csproj.GenerateResource.Cache
..........\..........\...\.....\WpfMarquee.exe
..........\..........\...\.....\WpfMarquee.g.resources
..........\..........\...\.....\WpfMarquee.pdb
..........\..........\...\.....\WpfMarquee.Properties.Resources.resources
..........\..........\...\.....\WpfMarquee_MarkupCompile.cache
..........\..........\...\.....\WpfMarquee_MarkupCompile.lref
..........\..........\...\Debug
..........\..........\obj
..........\..........\Properties\AssemblyInfo.cs
..........\..........\..........\Resources.Designer.cs
..........\..........\..........\Resources.resx
..........\..........\..........\Settings.Designer.cs
..........\..........\..........\Settings.settings
..........\..........\Properties
..........\..........\Themes\Generic.xaml
..........\..........\Themes
..........\..........\Window1.xaml
..........\..........\Window1.xaml.cs
..........\..........\WpfMarquee.csproj
..........\WpfMarquee
..........\WpfMarquee.sln
..........\WpfMarquee.suo
WpfMarquee