Skip to content

Commit f3d172e

Browse files
Merge pull request #2394 from peterfoot/peterfoot-patch-1-1
Fix the typo in UIElement.IsTapEnabled XAML syntax
2 parents 7e41243 + 80bb7f9 commit f3d172e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.ui.xaml/uielement_istapenabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets or sets a value that determines whether the [Tapped](uielement_tapped.md) e
1616

1717
## -xaml-syntax
1818
```xaml
19-
<uiElementIsTapEnabled="bool" />
19+
<uiElement IsTapEnabled="bool" />
2020
```
2121

2222

0 commit comments

Comments
 (0)