File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The [TransparentTintBackdrop](https://dotmorten.github.io/WinUIEx/api/WinUIEx.Tr
44This can be useful for changing the visual shape of the window, and create transparent areas of the window, or more advanced background effects.
55These are similar to the Mica and Acrylic backdrops.
66
7- Transparent backdrop:
7+ ### Transparent backdrop:
88``` xml
99<Window ...
1010 xmlns : winuiex =" using:WinUIEx" >
@@ -14,7 +14,7 @@ Transparent backdrop:
1414</Window >
1515```
1616
17- Semi-transparent blue backdrop:
17+ ### Semi-transparent blue backdrop:
1818``` xml
1919<Window ...
2020 xmlns : winuiex =" using:WinUIEx" >
@@ -24,7 +24,7 @@ Semi-transparent blue backdrop:
2424</Window >
2525```
2626
27- Custom animated composition-brush backdrop:
27+ ### Custom animated composition-brush backdrop:
2828``` cs
2929public class ColorAnimatedBackdrop : CompositionBrushBackdrop
3030{
@@ -46,7 +46,7 @@ public class ColorAnimatedBackdrop : CompositionBrushBackdrop
4646}
4747```
4848
49- Blurred composition-brush backdrop:
49+ ### Blurred composition-brush backdrop:
5050``` cs
5151public class BlurredBackdrop : CompositionBrushBackdrop
5252{
You can’t perform that action at this time.
0 commit comments