文件名称:WPF自定义鼠标形状 自定义鼠标
文件大小:19KB
文件格式:RAR
更新时间:2013-03-21 10:48:34
WPF Cursor自定义 自定义鼠标 鼠标 Cursor
这是一个WPF 自定义鼠标形状的例子。 一般我们用.cur或是.ani文件来自定义鼠标,但是这里我用WPF代码自己写一个鼠标形状,不用外部文件。 这样更受代码控制,更具灵活性,减少了文件读取失败的风险,节省了IO资源。
【文件预览】:
CustomCursorDemo
----CustomCursorDemo.sln(938B)
----CustomCursorDemo.suo(16KB)
----CustomCursorDemo()
--------CustomCursorDemo.csproj(4KB)
--------bin()
--------obj()
--------Window1.xaml(906B)
--------Properties()
--------App.xaml(297B)
--------App.xaml.cs(312B)
--------Window1.xaml.cs(3KB)