11 2021 档案
摘要:类型转换类: public class StringToHumanTypeConverter:TypeConverter { public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture,
阅读全文
摘要:1、关于枚举绑定combobox this.com.ItemsSource = Enum.GetValues(typeof(Student)); 其中student是枚举类型的数据; 参考链接:枚举绑定combobox 2、关于枚举绑定多个RadioButton 通用方法是使用数据转换的方式 参考链
阅读全文
摘要:<TextBlock.Text> <Binding Path="Title"> <Binding.RelativeSource> <RelativeSource Mode="FindAncestor" AncestorType="{x:Type Window}"></RelativeSource>
阅读全文

浙公网安备 33010602011771号