有没有办法在没有背景覆盖的情况下显示 Mahapps 消息对话框?
Is there a way to show Mahapps message dialogs without background overlay?
我想在我的 Mahapps 应用程序中显示消息而不使背景变灰。
我已经尝试找到一种使用自定义主题和自定义重音的方法。但到目前为止运气不好。
将MetroWindow
的OverlayBrush
设为Transparent
:
OverlayBrush = Brushes.Transparent;
await this.ShowMessageAsync("This is the title", "Some message");
我想在我的 Mahapps 应用程序中显示消息而不使背景变灰。
我已经尝试找到一种使用自定义主题和自定义重音的方法。但到目前为止运气不好。
将MetroWindow
的OverlayBrush
设为Transparent
:
OverlayBrush = Brushes.Transparent;
await this.ShowMessageAsync("This is the title", "Some message");