We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095c7cb commit 3ae418aCopy full SHA for 3ae418a
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Mouse/MouseCursorPage.bind
@@ -8,7 +8,7 @@
8
Margin="50,100,20,20"
9
HorizontalAlignment="Left"
10
VerticalAlignment="Top"
11
- ui:Mouse.Cursor="UniversalNo"
+ ui:FrameworkElementExtensions.Cursor="UniversalNo"
12
Background="DeepSkyBlue">
13
<TextBlock Margin="4"
14
HorizontalAlignment="Center"
@@ -40,4 +40,4 @@
40
ui:Mouse.Cursor="Hand"
41
Content="Button with Hand cursor, just like on web" />
42
</Grid>
43
-</Page>
+</Page>
0 commit comments