Skip to main content
Home Forums Silverlight Programming Programming with .NET - General cursors
2 replies. Latest Post by FredHirschfeld on April 7, 2008.
(0)
mjcasti
Member
24 points
14 Posts
04-07-2008 6:13 PM |
So silverlight takes away some cursors that are useful from what is in WPF. I understand that; try and make .net smaller. But if you take them away, you need to leave a way for us to create our own custom cursors, but that looks like it has been removed as well (no constructor for Cursor letting us pass in our own image). I suppose you could set the cursor to none and then 'make' you own cursor, but that seems terribly ugly. Is there another way to create a custom cursor in silverlight that I can't think of.
Thanks for any suggestions.
Regards,
Mike
y_makram
Contributor
6172 points
1,233 Posts
04-07-2008 6:31 PM |
Unfortunately, there is not.
FredHirs...
Participant
928 points
165 Posts
04-07-2008 7:11 PM |
http://silverlight.net/forums/p/12837/41709.aspx#41709
Have a look at this post... I linked to some source that I had to accomplish this task.
Fred