Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
V4SS3UR committed Oct 4, 2024
2 parents cfea3f4 + d8e224b commit 4936d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlurredBackground.WPF/BlurredBackgroundBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class BlurredBackground
"Merging",
typeof(double),
typeof(BlurredBackground),
new PropertyMetadata(1, OnMergingChanged));
new PropertyMetadata(1.0, OnMergingChanged));

public static readonly DependencyProperty DpiProperty =
DependencyProperty.RegisterAttached(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ The library hooks into the `Loaded` and `SizeChanged` events of the `Border` con
You can customize the blur appearance by adjusting the `BlurRadius`, `Merging`, and `Dpi` properties on the `Border` control.

<p align="center">
<img src="https://github.com/user-attachments/assets/ad74750a-a463-41b1-a851-fc254fc98140" width="50%">
<img src="https://github.com/user-attachments/assets/f283b3b0-c673-43fc-b26f-08cbb2c0909d" width="50%">
<img src="https://github.com/user-attachments/assets/ad74750a-a463-41b1-a851-fc254fc98140" width="45%">
<img src="https://github.com/user-attachments/assets/f283b3b0-c673-43fc-b26f-08cbb2c0909d" width="45%">
</p>

## Contributing
Expand Down

0 comments on commit 4936d4d

Please sign in to comment.