文件名称:WPF/UWP文字跑马灯
文件大小:11KB
文件格式:RAR
更新时间:2020-08-20 16:17:53
WPF/UWP 文字跑马灯
首先代码是网上下的,但是发现使用UserControl做的,没法绑定。改写成立CustomControl。既然可以绑定,那就引起另外的问题,可以容纳文本是停止动画,不能容纳下继续动画,除非AlwaysRun(启动后就开始动画,不会停哦)。
使用:
【文件预览】:
MarqueeTextControlTest
----App.xaml(398B)
----MarqueeTextControlTest.csproj(5KB)
----MarqueeText.cs(10KB)
----App.xaml.cs(349B)
----Themes()
--------Generic.xaml(801B)
----MainWindow.xaml(1KB)
----App.config(189B)
----Properties()
--------AssemblyInfo.cs(2KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
--------Settings.settings(201B)
--------Resources.Designer.cs(3KB)
----MainWindow.xaml.cs(1KB)