Update Mouse to FrameworkElementExtensions
This will fix the oversight in the documentation after the 7.0 breaking change
This commit is contained in:
Родитель
095c7cb856
Коммит
3ae418a10d
|
@ -8,7 +8,7 @@
|
|||
Margin="50,100,20,20"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
ui:Mouse.Cursor="UniversalNo"
|
||||
ui:FrameworkElementExtensions.Cursor="UniversalNo"
|
||||
Background="DeepSkyBlue">
|
||||
<TextBlock Margin="4"
|
||||
HorizontalAlignment="Center"
|
||||
|
@ -40,4 +40,4 @@
|
|||
ui:Mouse.Cursor="Hand"
|
||||
Content="Button with Hand cursor, just like on web" />
|
||||
</Grid>
|
||||
</Page>
|
||||
</Page>
|
||||
|
|
Загрузка…
Ссылка в новой задаче