简体   繁体   English

WPF 转换器组或库

[英]WPF Converter Set or Library

Where can I find a library or set of wpf converters?我在哪里可以找到一个库或一组 wpf 转换器?

Most of the questions on wpf converters date 5 years ago or more. wpf 转换器上的大多数问题可追溯到 5 年前或更长时间。 I can find lots of wpf controls around the web but very few convertors.我可以在 web 周围找到很多 wpf 控件,但转换器很少。

I have also found that System.Windows.Controls contains 3 convertors.我还发现 System.Windows.Controls 包含 3 个转换器。 The closest I can find to a set.我能找到的最接近一组。

In the namespace of System.Windows.Controls one can find multiple converters.System.Windows.Controls的命名空间中可以找到多个转换器。 The most used one is BooleanToVisibilityConverter which saves one time writing that operation.最常用的是BooleanToVisibilityConverter ,它节省了编写该操作的时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM