Skip to content

Commit 4556c8a

Browse files
authored
Update MouseCursorPage.bind
1 parent 3ae418a commit 4556c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Mouse/MouseCursorPage.bind

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Margin="20"
2222
HorizontalAlignment="Left"
2323
VerticalAlignment="Top"
24-
ui:Mouse.Cursor="Wait"
24+
ui:FrameworkElementExtensions.Cursor="Wait"
2525
Background="Orange">
2626
<TextBlock Margin="4"
2727
HorizontalAlignment="Center"
@@ -37,7 +37,7 @@
3737
<Button Margin="20,290,20,20"
3838
HorizontalAlignment="Left"
3939
VerticalAlignment="Top"
40-
ui:Mouse.Cursor="Hand"
40+
ui:FrameworkElementExtensions.Cursor="Hand"
4141
Content="Button with Hand cursor, just like on web" />
4242
</Grid>
4343
</Page>

0 commit comments

Comments
 (0)