zoukankan
html css js c++ java
窗体着色
Graphics g = e.Graphics;
System.Drawing.Drawing2D.LinearGradientBrush lb = new System.Drawing.Drawing2D.LinearGradientBrush(this.DisplayRectangle, Color.Blue, Color.Pink, 45);
g.FillRectangle(lb, this.DisplayRectangle);
作者:
wpf之家
出处:
http://www.cnblogs.com/wpf123
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
查看全文
相关阅读:
DIV 模拟模式窗体
存储过程传递参数时出现类型转换错误!如:varchar转换为int时出错
数据库改名附加
VC++动态链接库(DLL)编程深入浅出
JS获取各种宽度,高度解释
IE6 中的最大最小寬度和高度 css 高度 控制(兼容版本)
CSS浏览器兼容大总结
js获取屏幕宽度高度
FF下文本无法撑开容器的高度解决办法
浏览器兼容手册(JS+CSS)
原文地址:https://www.cnblogs.com/wpf123/p/2052963.html
最新文章
[Ubuntu] Modify the "Main Menu" item panel in Ubuntu
[Drupal] Views: pass arguments to a block
[Yii Framework] Embed a view file of the class which implement the CAction.
[PHP] Reprinted Database Sharding at Netlog, with MySQL and PHP
[Ubuntu] ThinkPad T410i linux下如何调节亮度
[Drupal] Using the admin theme when you deleting a node.
[jQuery] 最简单的字幕自动向上滚动
[Ubuntu] How to install firefox 4.0 directly in Ubuntu
[Ubuntu] vim技巧
[Ubuntu] ubuntu vim error when editing: option 'omnifunc' is not set
热门文章
[Ubuntu] How to the virtualhost to a path which has many project folder?
[Ubuntu] Example of sending email with sendmail.
[Yii Framework] How to use CSRF in Yii automatic.
[Drupal] How to display the month in French words.
安装vs2010后不能创建.net2.0项目的解决方法
html5chart开源
C#返回两个日期之间的时间间隔
SQL Server 2005数据库日志文件损坏的情况下如何恢复数据库
Socket编程学习地址
局部临时表 全局临时表 表变量
Copyright © 2011-2022 走看看