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 7f733a6 commit 71898bbCopy full SHA for 71898bb
docs/document/Avalonia/docs/2. Styling/AXAML/Adding New Style.md
@@ -28,9 +28,6 @@ Style template ships with a portion for previewer where you can add testing cont
28
A style starts with a `Selector` which is the rule of target matching, for figuring out which control should have those contained styling.
29
Contained styling is some key-value pair on properties.
30
31
-> [!NOTE]
32
-> See [selector syntax]()
33
-
34
```xml
35
<Styles xmlns="https://github.com/avaloniaui"
36
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
0 commit comments