Currently it's not possible to easily define different cursor to be displayed over specific element, only globally using this code:
Window.Current.CoreWindow.PointerCursor =
new Windows.UI.Core.CoreCursor(Windows.UI.Core.CoreCursorType.Hand, 1);
So I've created simple Mouse.Cursor helper class with simple XAML syntax: Mouse.Cursor="Hand".

Update, Pull Request with this feature is available here: https://github.com/Microsoft/UWPCommunityToolkit/pull/1593
I like it. Do you know if there is already a user voice entry for cursors? If not could you create one?
Love it..
Nice and simple. We need it.
Since only Mouse has a cursor, should we name it Cursor.Use="Hand" or Mouse.Cursor="Hand"? Or maybe I missed something.
I agree, Mouse.Cursor seems better. :)
This issue seems inactive. It will automatically be closed in 14 days if there is no activity.
@martinsuchan are we planning anything on this ? I think UserVoice would be a good start but this is a helper and IMO UV in this instance could be optional
Pull request https://github.com/Microsoft/UWPCommunityToolkit/pull/1593 is now available. Some notes:
PR is merged
Most helpful comment
@martinsuchan are we planning anything on this ? I think UserVoice would be a good start but this is a helper and IMO UV in this instance could be optional