
wpf程序设计指南
文章平均质量分 68
程序员敏敏
程序分享
展开
-
74 wpf btn
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Imaging;原创 2012-10-28 21:10:30 · 571 阅读 · 0 评论 -
61 wpf Toggle Bold & Itlic
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class原创 2012-10-22 22:20:54 · 812 阅读 · 0 评论 -
62 Render The Graphic
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ class Simp原创 2012-10-22 23:02:06 · 614 阅读 · 0 评论 -
57 wpf 椭圆圈圈
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Input;using System.Windows.Media;using System.Windows.Shapes;namespace SayHello{ public class Shap原创 2012-10-22 21:13:24 · 3294 阅读 · 0 评论 -
71 wpf btn
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ class Form原创 2012-10-24 21:20:38 · 739 阅读 · 0 评论 -
76 wpf btn
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Controls.Primitives;using System.Windows.Input;using System.Windows.Media;namespace SayHello{原创 2012-10-28 21:49:00 · 760 阅读 · 0 评论 -
83 wpf 转向输入的url
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Controls.Primitives;using System原创 2012-11-18 21:19:56 · 1496 阅读 · 0 评论 -
85 wpf sl操作.TXT文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Controls.Primitives;using System原创 2012-11-18 22:02:27 · 1443 阅读 · 0 评论 -
79 带(tip)冒泡的btn
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Controls.Primitives;using System原创 2012-11-18 20:28:16 · 894 阅读 · 0 评论 -
59 斜体字加粗字
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Input;using System.Windows.Media;using System.Windows.Documents;using System.Windows.Shapes;namespace原创 2012-10-22 21:28:22 · 1143 阅读 · 0 评论 -
2(4 wpf)蓝色与白色渐变动画版
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;using System.Windows.Threading;namespace SayHello{ public class RotateTheGradientOrigin:Window原创 2012-10-21 21:26:28 · 1782 阅读 · 0 评论 -
35.wpf程序设计 可以修改的LinearGradientBrush对象
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ //可以修改的LinearGradientBrush对象 public class GradiateTheBrush:Window {原创 2012-10-21 20:29:43 · 2186 阅读 · 0 评论 -
38 WPF 程序设计指南 RadialGradientBrush
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class CirlcleTheRainBow:Window { [STAThread] public s原创 2012-10-21 20:57:14 · 2733 阅读 · 0 评论 -
40 WPF程序设计 红白配
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class ClickTheGradientCender:Window { private RadialGradientBrus原创 2012-10-21 21:10:14 · 739 阅读 · 0 评论 -
29.wpf程序设计指南[第二章]渐变画刷
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;//渐变画刷最简单的形式是LinearGradientBrush,2,2种颜色的渐变,需要2个点,2种颜色namespace SayHello{ //3当前对象继承自Window pub原创 2012-10-21 18:18:01 · 1235 阅读 · 1 评论 -
45.内容
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class DisplaySomeText:Window { [STAThread] public s原创 2012-10-21 21:33:24 · 740 阅读 · 0 评论 -
37.wpf程序设计指南 GradientStops 雨后彩虹
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class FollowTheRainBow:Window { [STAThread] public st原创 2012-10-21 20:52:05 · 3008 阅读 · 0 评论 -
49 wpf可以简单输入信息
using System;using System.Windows;using System.Windows.Input;using System.Windows.Media;namespace SayHello{ public class RecordKeystrocks:Window{ [STAThread] public sta原创 2012-10-21 21:49:30 · 815 阅读 · 0 评论 -
51. wpf在内容区加载一个图片
using System;using System.Windows;using System.Windows.Controls;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Imaging;namespace SayHello{ public cla原创 2012-10-21 22:02:46 · 921 阅读 · 0 评论 -
87 wpf RichText
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Controls.Primitives;using System原创 2012-11-18 22:43:28 · 939 阅读 · 0 评论