全部博文(1293)
发布时间:2016-01-04 19:57:16
using System; using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Collections;using System.Security.Cryptography;using System.Windows.Controls;using System.Compone.........【阅读全文】
发布时间:2015-12-11 15:00:11
一、WPF字体颜色TO WINFORM 格式及WINFORM 字体颜色TO WPF 格式 二、WPF背景色TO WINFORM背景色及WINFORM背景色TO WPF背景色 相关参考代码: WPF中将System.Drawing.Color转换为System.Media.Brush System.Windows.Forms.ColorDialog cl = new System.Windows.Forms.Color.........【阅读全文】
发布时间:2015-12-11 11:06:38
方法封装:public static System.Windows.Media.ImageBrush GetImageBrushFrom_PResource(System.Drawing.Bitmap imgSrc) { System.Drawing.Bitmap bmp = new S.........【阅读全文】
发布时间:2015-12-08 17:19:14
转自博客: http://blog.csdn.net/liusanchun/article/details/6857558Styel在英文中解释为”样式“,在Web开发中,css为层叠样式表,自从.net3.0推出WPF以来,WPF也有样式一说,通过设置样式,使其WPF控件外观更加美化同时减少了大量的复杂属性的设置。 在WPF中,设置外观样式我们有很多种方式.........【阅读全文】