gpt4 book ai didi

c# - 在 CalendarDatePicker 中更改 CalendarGlyph 的前景属性

转载 作者:行者123 更新时间:2023-11-30 21:43:45 25 4
gpt4 key购买 nike

我需要在 UWP 中更改 CalendarDatePicker 中 Segoe MDL2 Assets 字体的颜色,使其看起来像这样(蓝色图标):

enter image description here

我查看了我的应用程序的动态树,我相信我需要在 CalendarDatePicker 中更改 CalendarGlyph 的“前景”属性:

enter image description here enter image description here

我知道如何将样式应用于 CalendarDatePicker,但我不知道如何将样式应用于 CalendarDatePicker 中的特定元素。

最佳答案

您需要覆盖 CalendarDatePickerCalendarGlyphForeground SolidColorBrush 资源:

<CalendarDatePicker>
<CalendarDatePicker.Resources>
<SolidColorBrush x:Key="CalendarDatePickerCalendarGlyphForeground" Color="CornflowerBlue"/>
</CalendarDatePicker.Resources>
</CalendarDatePicker>

要将此应用于所有日历日期选择器,请适本地确定资源的范围(例如,将其放入 App.xaml.cs 中的 Application.Resources 资源字典中,以便在整个应用程序范围内应用)。

Screenshot

关于c# - 在 CalendarDatePicker 中更改 CalendarGlyph 的前景属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41424379/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com