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.
IValueConverter 如何返回 FontWeights.Bold 和 FontStyles.Italic?
根据该值,我的转换器需要将文本块设置为粗体和斜体或只是普通。
值转换器旨在转换绑定操作的结果,并且不能返回多个值。
如果要在控件上设置 FontWeight 和 FontStyle,则必须在每个控件上设置一个 Binding 并提供两个不同的值转换器。- 一个转换为 FontWeights,一个转换为 FontStyles