随笔分类 - C# / WPF
摘要:public partial class index : INotifyPropertyChanged { public index() { InitializeComponent(); DataContext = this; } private string _userName; public s
阅读全文
摘要:<Style x:Key="TransparentButton" TargetType="Button"> <Setter Property="Background" Value="Transparent"/> <Setter Property="BorderThickness" Value="0"
阅读全文
摘要:WindowStartupLocation="CenterScreen" 添加此段代码即可
阅读全文
摘要:在 App.xaml配置HandyControl,一个是皮肤资源,一个是主题资源 完整代码: ` <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDiction
阅读全文