自定义窗体位置

Posted shuaimeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义窗体位置相关的知识,希望对你有一定的参考价值。

 private void PointXY()
        {
            Point sp = new Point(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
            this.Left = 20;
            this.Top = (sp.Y - this.Height) / 2;
        }

技术分享图片设置属性

 

以上是关于自定义窗体位置的主要内容,如果未能解决你的问题,请参考以下文章

找到我的自定义代码片段 Xcode 6?

WinForm 之 自定义标题栏的窗体移动

Xcode自定义代码块

使用Visual Studio Code自定义代码模版

VSCode自定义代码片段——CSS选择器

VSCode自定义代码片段6——CSS选择器