自定义窗体位置
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; }
设置属性
以上是关于自定义窗体位置的主要内容,如果未能解决你的问题,请参考以下文章