Update MouseCursorPage.bind
This commit is contained in:
Родитель
3ae418a10d
Коммит
4556c8a5f4
|
@ -21,7 +21,7 @@
|
|||
Margin="20"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
ui:Mouse.Cursor="Wait"
|
||||
ui:FrameworkElementExtensions.Cursor="Wait"
|
||||
Background="Orange">
|
||||
<TextBlock Margin="4"
|
||||
HorizontalAlignment="Center"
|
||||
|
@ -37,7 +37,7 @@
|
|||
<Button Margin="20,290,20,20"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
ui:Mouse.Cursor="Hand"
|
||||
ui:FrameworkElementExtensions.Cursor="Hand"
|
||||
Content="Button with Hand cursor, just like on web" />
|
||||
</Grid>
|
||||
</Page>
|
||||
|
|
Загрузка…
Ссылка в новой задаче