我通过使用 TextBlock... 来使用以下超链接文本。
<Button Grid.Row="2" Foreground="#FF057BC3" FontFamily="Segoe WP SemiLight">
<TextBlock Width="400" Margin="-28 -1 0 0" >
<Underline>Cursor should be Hand when hits me....</Underline>
</TextBlock>
</Button>
当鼠标悬停在文本块中时,有什么方法可以将光标更改为手?