Skip to content

Commit 33d79dc

Browse files
authored
Update CustomBackdrops.md
1 parent 1e78179 commit 33d79dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/concepts/CustomBackdrops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [TransparentTintBackdrop](https://dotmorten.github.io/WinUIEx/api/WinUIEx.Tr
44
This can be useful for changing the visual shape of the window, and create transparent areas of the window, or more advanced background effects.
55
These 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
2929
public 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
5151
public class BlurredBackdrop : CompositionBrushBackdrop
5252
{

0 commit comments

Comments
 (0)