Wpf MaterialDesignInXaml文本框和其他UI元素在禁用时无法读取

Wpf MaterialDesignInXaml文本框和其他UI元素在禁用时无法读取,wpf,material-design-in-xaml,Wpf,Material Design In Xaml,在MaterialDesignInXaml项目中,我们有一些配置页面,如下所示: 在处理过程中,配置页面被禁用,但它们仍应可查看。但是,它们看起来是这样的: 在App.xaml中,我们包含了以下资源: <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> &l

在MaterialDesignInXaml项目中,我们有一些配置页面,如下所示:

在处理过程中,配置页面被禁用,但它们仍应可查看。但是,它们看起来是这样的:

在App.xaml中,我们包含了以下资源:

    <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
    <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" />
    <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Indigo.xaml" />
    <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Teal.xaml" />


有谁能建议禁用UI以使其更具可读性吗?

如果没有XAML代码,复制起来有点困难,但您可以尝试在禁用时使用禁用项的不透明度和前景