Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个控件中有日历。目前,我可以根据一些条件用不同的颜色改变天的背景颜色。它是在转换器中完成的。
我正在使用 MVVM 模式。
但是现在我有一个新的条件,所以有些日子必须打上烙印,但保持颜色。所以我不知道该怎么做。
我尝试使用 BlackOutDays 属性,但十字架非常脆弱,这不允许选择日期,我需要选择日期。
大豆 我怎么能那样做?
谢谢。