WELCOME

a:hover { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto; } body { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto; }

11 2021 档案

摘要:传值技巧 阅读全文
posted @ 2021-11-29 21:41 waiting233 阅读(53) 评论(0) 推荐(0)
摘要:类型转换类: public class StringToHumanTypeConverter:TypeConverter { public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, 阅读全文
posted @ 2021-11-25 19:56 waiting233 阅读(145) 评论(0) 推荐(0)
摘要:1、关于枚举绑定combobox this.com.ItemsSource = Enum.GetValues(typeof(Student)); 其中student是枚举类型的数据; 参考链接:枚举绑定combobox 2、关于枚举绑定多个RadioButton 通用方法是使用数据转换的方式 参考链 阅读全文
posted @ 2021-11-24 11:34 waiting233 阅读(75) 评论(0) 推荐(0)
摘要:<TextBlock.Text> <Binding Path="Title"> <Binding.RelativeSource> <RelativeSource Mode="FindAncestor" AncestorType="{x:Type Window}"></RelativeSource> 阅读全文
posted @ 2021-11-24 10:30 waiting233 阅读(424) 评论(0) 推荐(0)

#Snow{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background: rgba(125,137,95,0.1); pointer-events: none; }