HandyControls
HandyControls copied to clipboard
[Feature request] MessageBox backdrop effect
Hi! I think that MessageBoxes should have backdrop effect too, that'll be very useful.
Hi, Since the MessageBox is based on HandyControl.Controls.Window and HandyControl.Controls.Window is based on System.Windows.Window
You can use SystemBackdropType property or you can use SystemBackdropType AttachedProperty
I didnt test it but this should work
<Style TargetType="hc:MessageBox">
<Setter Property="SystemBackdropType" Value="Mica"/>
</Style>