Skip to content

Commit

Permalink
Merge pull request #564 from Keboo/patch-1
Browse files Browse the repository at this point in the history
Fixing minor typo
  • Loading branch information
maxkatz6 authored Oct 29, 2024
2 parents 5498de4 + c88def9 commit 27d1315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/styles/style-selector-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ You can refine a selector so that it includes the value of a property. The prope
For example, in the XAML above, the first button will be selected, but not the second button.

:::info
Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. Fro example:
Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. For example:

```xml
<Style Selector="TextBlock[(Grid.Row)=0]">
Expand Down

0 comments on commit 27d1315

Please sign in to comment.