WPF
liujf
用行动证明一切
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
神奇的笔刷
一、ImageBrush的使用,使文字更加炫 <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" T原创 2012-02-25 21:00:14 · 2047 阅读 · 0 评论 -
资料样板的定义与套用
<Window x:Class="资料样板的定义与套用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-原创 2012-04-15 16:57:21 · 893 阅读 · 0 评论 -
控制项的资料系结
1、前台代码 <Window x:Class="控制项的资料系结_Master_Details.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"原创 2012-06-07 21:32:02 · 531 阅读 · 0 评论 -
控制项的资料系结_Master-Details —2
<Window x:Class="控制项的资料系结_Master_Details.Window2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns原创 2012-06-10 21:00:03 · 654 阅读 · 0 评论 -
XPS文件管理
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; us原创 2012-06-17 14:32:59 · 1041 阅读 · 0 评论 -
3D绘图_1
一、一些介绍: 1、ViewPort3D:观景窗 2、ViewPort3D的元件: (1)、模型 (所有复杂的模型都是由一个个三角形组成的,TriangleIndices) (2)、摄影机 (3)、光源 3、3D坐标(X、Y、Z):使用左手,用大拇指、食指和中指做出像一把枪的样式。大拇指(向上的)代表Y轴、食指(向前的)代表Z轴、中指(向右的)代表X轴。 4、光源 (1)、Ambi原创 2012-06-24 11:38:37 · 10091 阅读 · 0 评论 -
3D绘图_2(SDK中例题解析)
<Window x:Class="Visual3DSample.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:my="clr-namespace:Pr原创 2012-07-07 10:17:53 · 1274 阅读 · 0 评论 -
3D模型光源的设置
<Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="3原创 2012-07-15 11:06:02 · 2981 阅读 · 0 评论 -
3D模型动画
<Window x:Class="_3D绘图_1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow"原创 2012-07-29 10:00:30 · 1137 阅读 · 0 评论 -
WPF一些概念的区别
WPF:点击打开链接 WinForm:原创 2014-08-04 20:20:08 · 893 阅读 · 0 评论 -
WPF综合应用
先上效果图原创 2014-09-08 17:58:17 · 1128 阅读 · 0 评论 -
分享一款Metro风格的WPFUI
直接上效果图: 源码下载:点击打开链接原创 2014-11-29 19:09:33 · 11860 阅读 · 0 评论 -
影像播放与画面处理
<Window x:Class="WPF影像播放与画面处理.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WPF影像播原创 2012-04-14 12:53:51 · 680 阅读 · 0 评论 -
2D图形
一、绘制笑脸图形 <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"原创 2012-02-25 20:47:24 · 576 阅读 · 0 评论 -
样式与资源
一、如何定义资源与套用样式 <Window x:Class="Wpf样式与资源.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Ti原创 2012-02-26 19:39:21 · 679 阅读 · 0 评论 -
使用样式制作不一样的listbox
<Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="3原创 2012-03-03 19:07:20 · 7523 阅读 · 0 评论 -
画面裁切技术的应用
一、裁切图片 <Window x:Class="画面裁切技术应用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Ma原创 2012-03-04 10:59:30 · 799 阅读 · 0 评论 -
宣告式动画
<Window x:Class="宣告式动画.Windows1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Windows1" Heigh原创 2012-03-27 19:56:40 · 474 阅读 · 0 评论 -
使用程式码控制动画
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; us原创 2012-04-04 16:28:32 · 529 阅读 · 0 评论 -
使用path制作各类型动画路径
<Window x:Class="使用path制作各类型动画路径.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Mai原创 2012-04-04 18:22:10 · 1903 阅读 · 0 评论 -
图形转换矩阵(Transform)特效的使用
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; us原创 2012-03-18 18:22:23 · 1260 阅读 · 0 评论 -
水墨画布(InkCanvas)的使用
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; us原创 2012-03-19 19:19:56 · 2900 阅读 · 2 评论 -
WPF界面—仿360安全卫士9.0界面
主要思路如下: 该界面主要有三大部分 第一部分:标题栏部分就是最上面那一行 第二部分:内容区域(也就是页标签部分) 第三部分:换肤部分(点击换肤小按钮弹出的内容部分) 根据分析我们可以使用一个有两行的网格(Grid)进行布局,第一行“标题栏”部分;第二行“页标签部分”,对于“换肤部分”是直接显示在当前界面之上的内容,使用"Popup"标签实现。 代码很长,我只粘贴部分代码,随后将上传至原创 2013-04-04 15:18:25 · 6865 阅读 · 2 评论
分享