上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

WPF(附加属性 Slider)

摘要: ----------------------------------------------------------------------------------->等效的C#代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;us... 阅读全文
posted @ 2013-04-11 14:15 Yours风之恋 阅读(280) 评论(0) 推荐(0) 编辑

WPF(附加属性)

摘要: using System.Windows;namespace TestOfAttachProperty{ /// /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } private void Button_Click(object se... 阅读全文
posted @ 2013-04-11 13:53 Yours风之恋 阅读(219) 评论(0) 推荐(0) 编辑

WPF(依赖属性)

摘要: using System.Windows;using System.Windows.Controls;using System.Windows.Data;namespace TestOfFirstDependencyObject{ /// /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window { private Student stu; public ... 阅读全文
posted @ 2013-04-11 10:50 Yours风之恋 阅读(146) 评论(0) 推荐(0) 编辑

WPF(MultiBinding 数据对比验证,启用提交)

摘要: using System;using System.Linq;using System.Windows;using System.Windows.Controls;using System.Windows.Data;namespace TestOfMultiBinding{ /// /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window { ... 阅读全文
posted @ 2013-04-09 19:17 Yours风之恋 阅读(237) 评论(0) 推荐(0) 编辑

WPF(Converter 练习[很详细])

摘要: using System;using System.Collections.Generic;using System.G... 阅读全文
posted @ 2013-04-09 17:05 Yours风之恋 阅读(471) 评论(0) 推荐(0) 编辑

WPF( 数据验证)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Med... 阅读全文
posted @ 2013-04-09 15:04 Yours风之恋 阅读(210) 评论(0) 推荐(0) 编辑

WPF(Binding of RelativeSource)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;u... 阅读全文
posted @ 2013-04-09 15:02 Yours风之恋 阅读(136) 评论(0) 推荐(0) 编辑

WPF(Binding of ObjectDataProvider)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Med... 阅读全文
posted @ 2013-04-09 15:00 Yours风之恋 阅读(172) 评论(0) 推荐(0) 编辑

WPF(Binding of LinQ)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Wind... 阅读全文
posted @ 2013-04-09 14:58 Yours风之恋 阅读(152) 评论(0) 推荐(0) 编辑

WPF(Binding of ItemsControl)

摘要: using System;using System.Collections.Generic;using Syst... 阅读全文
posted @ 2013-04-09 14:56 Yours风之恋 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页