登录
首页 » C# » wpf 自定义控件 实例源码下载(imagebutton)

wpf 自定义控件 实例源码下载(imagebutton)

于 2015-01-30 发布
0 194
下载积分: 1 下载次数: 0

代码说明:

wpf imagebutton

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

发表评论

0 个回复

  • winform 图片 全屏 自动播放 实例源码下载
    winform 图片 全屏 自动播放 实例源码下载
    2016-12-03下载
    积分: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
  • C#winform与PLC项目实例_真空手套箱
    C#winform与PLC项目实例_真空手套箱
    2020-06-20下载
    积分:1
  • html5 绘图以及 动画实例源码
    html5 绘图以及 动画实例源码
    2014-06-12下载
    积分:1
  • C# 虚拟路由助手、虚拟wifi 源码下载
    C# 虚拟路由助手、虚拟wifi 源码下载
    2015-05-31下载
    积分:1
  • c# sip dial 实例源码下载
    c# sip dial 实例源码下载
    2015-01-16下载
    积分:1
  • iis6建站工具源码下载
    iis6建站工具源码下载
    2015-05-07下载
    积分:1
  • c课件
    c语言课件
    2020-11-07下载
    积分:1
  • Zend/Cache.php相关的示例代码
    Zend/Cache.php相关的示例代码,新手入门,较为常用
    2012-12-18下载
    积分:1
  • 多选的combox
    多选的combox
    2015-03-20下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载