摘要:
阅读全文
摘要:
控件源码: public class ImageButton : Button { public ImageButton() { } public string NoramlImgPath { get { return (string)GetValue(NoramlImgPathProperty); 阅读全文
摘要:
WPF 水印TextBox WatermarkTextBox 阅读全文
摘要:
正则:^(0\.\d+|[1-9][0-9]|1)$ TextBox绑定正则验证 <TextBox x:Name="txb" MaxLength="6" Margin="1 0 0 0" Width="40" > <TextBox.Text> <Binding Path="Opacity" Vali 阅读全文
摘要:
在文件夹或者项目右键-> Add(添加),会弹出可以快捷添加的资源,但是你会发现没有 ResourceDictionary资源可以选择。 解决此问题方法: 第一步:工程->右键->Unload Project 第二步:刚刚Unload的这个工程->右键->Edit XXXX : 第三步:Proper 阅读全文