改变silverlight鼠标样式

改变silverlight鼠标样式
改变样式是对“Cursor”属性进行设置

例子:
    UIElementID.Cursor = Cursors.Hand; 

目前可用的光标有:

  1. Arrow 
  2. Eraser
  3. Hand 
  4. IBeam
  5. SizeNS
  6. SizeWE 
  7. Stylus
  8. Wait
原文地址:https://www.cnblogs.com/baobao2010/p/1777976.html