I'm making a metro style app in C# and I have a normal TextBlock with a link inside it. And all I want to do it to make the cursor change into a hand when it goes over the text block, but unlike in WPF applications, there is no Cursor propriety. I know is a CoreCursor class in Windows.UI.Core. Am I suppose to use it somehow?
| ||||
|
feedback
|
|
As far as I understand: In Metro there is no cursor. The cursor you see and are using is just there to be able to simulate touch on your desktop. | |||||||||||
feedback
|
| ||||
feedback
|