【发布时间】:2011-05-01 12:22:57
【问题描述】:
我正在尝试基于an existing implementation [Download Source] 在 WPF 中构建标签云。我不完全理解实现,我的问题是,我不想将 FontSize 绑定到集合中的项目数,而是想将它绑定到类中包含的其他一些值。所以在这部分,
FontSize="{Binding Path=ItemCount, Converter={StaticResource CountToFontSizeConverter}}"
我想将 FontSize 绑定到其他东西。我怎么做? ItemCount 属于哪里?
谢谢
【问题讨论】: