登录
首页 » C# » metro风格的wpf框架,可以帮助我们快速实现Metro样式的Wpf程序

metro风格的wpf框架,可以帮助我们快速实现Metro样式的Wpf程序

于 2016-06-08 发布
0 169
下载积分: 1 下载次数: 1

代码说明:

metro风格的wpf框架,可以帮助我们快速实现Metro样式的Wpf程序

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# AForge照相例子源码下载
    C# AForge照相例子源码下载
    2015-04-29下载
    积分:1
  • C入门金典书.pdf
    C语言入门金典书C语言程序设计.pdf
    2021-05-06下载
    积分:1
  • 学习
    基础学习
    2013-09-17下载
    积分:1
  • c# 模拟qq操作 实例源码下载(QQ接口程序)
    c# 模拟qq操作 实例源码下载(QQ接口程序)
    2015-03-21下载
    积分:1
  • wpf 3D翻书效果例子源码下载
    wpf 3D翻书效果例子源码下载
    2015-05-08下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 迪文显示屏例子源码
    【实例简介】
    2021-08-11 00:31:05下载
    积分:1
  • C参考手册
    1.C参考手册.chm 2.C函数查询.chm 3.C语言标准库函数大全.chm 4.C语言库函数使用大全CHM版.chm 5.C语言库函数速查手册.chm
    2021-05-06下载
    积分:1
  • log4net记录 winform程序 全局错误日志 例子源码
    log4net 全局错误
    2014-10-22下载
    积分:1
  • 20多套IrisSkin2皮肤下载
    20多套IrisSkin2皮肤下载
    2020-12-09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载