摘要:
Silverlight 自定义光标 Custom Cursor其实很简单,将在Load的时候将光标设置为none值,在前台随便画一个东西,鼠标移动的时候跟随就行<RectangleWidth="20"Height="20"x:Name="cursor"><Rectangle.Triggers><EventTriggerRoutedEvent="Canvas.Loade... 阅读全文
posted @ 2008-01-10 17:36 adamxx 阅读(4337) 评论(3) 推荐(0) 编辑