
WPF
花果山总钻风
这个作者很懒,什么都没留下…
展开
-
利用WPF创建一个绘图应用程序
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Controls;using System.Windows.Data;usin原创 2013-07-11 16:34:15 · 1140 阅读 · 0 评论 -
Polygon画图效果
<Page x:Class="Polygon画图效果.Page1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.op原创 2013-08-11 21:58:56 · 878 阅读 · 0 评论 -
Polyline画图效果
<Page x:Class="Polyline画图效果.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="Po原创 2013-08-11 21:59:45 · 682 阅读 · 0 评论 -
Rectangle画图效果
<Page x:Class="Rectangle画图效果.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="R原创 2013-08-11 22:00:32 · 699 阅读 · 0 评论 -
播放视频
<Window x:Class="播放视频.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="用MediaElement播原创 2013-08-11 22:01:18 · 566 阅读 · 0 评论 -
关键帧动画
<Page x:Class="关键帧动画.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="关键帧动画">原创 2013-08-11 22:02:14 · 737 阅读 · 0 评论 -
画图、线段和四边形
<Page x:Class="画图_线段和四边形.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="线段和四边原创 2013-08-11 22:03:13 · 566 阅读 · 0 评论 -
控制动画播放过程
<Page x:Class="控制动画播放过程.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="控制动画播放原创 2013-08-11 22:03:54 · 547 阅读 · 0 评论 -
利用Path类绘图
<Page x:Class="利用Path类绘图.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="利用Pat原创 2013-08-11 22:04:31 · 578 阅读 · 0 评论 -
路径动画
<Page x:Class="路径动画.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="路径动画">原创 2013-08-13 23:12:15 · 581 阅读 · 0 评论 -
媒体播放
<Window x:Class="媒体播放.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="使用SoundPlayerA原创 2013-08-13 23:13:07 · 540 阅读 · 0 评论 -
使用画笔填充矩形
<Page x:Class="使用画笔填充矩形.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="使用画笔填充原创 2013-08-13 23:13:57 · 730 阅读 · 0 评论 -
使用线性渐变颜色填充矩形
<Page x:Class="使用线性渐变颜色填充矩形.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="使用原创 2013-08-13 23:18:37 · 1319 阅读 · 0 评论 -
形状旋转
<Page x:Class="形状旋转.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="形状旋转">原创 2013-08-13 23:20:15 · 624 阅读 · 0 评论 -
使用径向渐变绘制图像
<Page x:Class="使用径向渐变绘制图像.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="使用径向原创 2013-08-13 23:14:55 · 842 阅读 · 0 评论 -
使用图像绘制
<Page x:Class="使用图像绘制.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="使用图像绘制">原创 2013-08-13 23:16:56 · 600 阅读 · 0 评论 -
PathFigureCollection画贝塞尔曲线
<Page x:Class="PathFigureCollection画贝塞尔曲线.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" W原创 2013-08-11 21:58:10 · 732 阅读 · 0 评论 -
Ellipse画图效果
<Page x:Class="Ellipse画图效果.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="Ell原创 2013-08-11 21:57:18 · 646 阅读 · 0 评论 -
WPF属性和资源
App.xaml<Application x:Class="WPF属性和资源.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"原创 2013-08-08 23:52:30 · 551 阅读 · 0 评论 -
WPF视频播放
MainWindow.xaml<Window x:Class="WPF视频播放.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" T原创 2013-08-08 23:54:56 · 1743 阅读 · 0 评论 -
WPF初步
Mainwindow.xaml<Window x:Class="WPF初步.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Tit原创 2013-08-08 23:46:30 · 454 阅读 · 0 评论 -
WPF多窗口
Mainwindow.xaml<Window x:Class="WPF多窗口.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Ti原创 2013-08-08 23:48:03 · 1905 阅读 · 0 评论 -
WPF application对象
app.xaml<Application x:Class="WPF_application对象.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml原创 2013-08-08 23:44:49 · 783 阅读 · 0 评论 -
Button控件和RepeatButton控件
<Window x:Class="Button控件和RepeatButton控件.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Ti原创 2013-08-11 21:47:37 · 1492 阅读 · 0 评论 -
ComboBox使用方法
<Window x:Class="ComboBox使用方法.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="comboB原创 2013-08-11 21:49:00 · 1786 阅读 · 0 评论 -
DockPanel控件的使用
<Window x:Class="DockPanel控件的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Dock原创 2013-08-11 21:49:55 · 1246 阅读 · 0 评论 -
Grid控件使用示例
<Page x:Class="Grid控件使用示例.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WPF应用开发专题"原创 2013-08-11 21:50:57 · 1145 阅读 · 0 评论 -
InkCanvas控件的使用
<Window x:Class="InkCanvas控件的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Inkc原创 2013-08-11 21:51:48 · 1015 阅读 · 0 评论 -
Menu控件的使用
<Window x:Class="Menu控件的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Menu控件使用示原创 2013-08-11 21:52:43 · 1197 阅读 · 0 评论 -
StackPanel控件的使用
<Window x:Class="StackPanel控件的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Sta原创 2013-08-11 21:53:33 · 1077 阅读 · 0 评论 -
textbox控件的使用
<Window x:Class="textbox控件的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TextBo原创 2013-08-11 21:54:17 · 1188 阅读 · 0 评论 -
WrapPanel面板布局
<Window x:Class="WrapPanel面板布局.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WrapP原创 2013-08-11 21:55:15 · 934 阅读 · 0 评论 -
布局控件Canvas
<Window x:Class="布局控件Canvas.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Canvas控件原创 2013-08-11 21:55:57 · 711 阅读 · 0 评论 -
形状拉伸
<Page x:Class="形状拉伸.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowTitle="形状拉伸">原创 2013-08-13 23:19:28 · 616 阅读 · 0 评论