HandyControls icon indicating copy to clipboard operation
HandyControls copied to clipboard

[Feature request] MessageBox backdrop effect

Open GliczDev opened this issue 3 years ago • 1 comments

Hi! I think that MessageBoxes should have backdrop effect too, that'll be very useful.

GliczDev avatar Apr 11 '22 18:04 GliczDev

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>

ghost1372 avatar Apr 11 '22 20:04 ghost1372