Skip to content

Commit 3ae418a

Browse files
authored
Update Mouse to FrameworkElementExtensions
This will fix the oversight in the documentation after the 7.0 breaking change
1 parent 095c7cb commit 3ae418a

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
@@ -8,7 +8,7 @@
88
Margin="50,100,20,20"
99
HorizontalAlignment="Left"
1010
VerticalAlignment="Top"
11-
ui:Mouse.Cursor="UniversalNo"
11+
ui:FrameworkElementExtensions.Cursor="UniversalNo"
1212
Background="DeepSkyBlue">
1313
<TextBlock Margin="4"
1414
HorizontalAlignment="Center"
@@ -40,4 +40,4 @@
4040
ui:Mouse.Cursor="Hand"
4141
Content="Button with Hand cursor, just like on web" />
4242
</Grid>
43-
</Page>
43+
</Page>

0 commit comments

Comments
 (0)