以下问题:我需要在我的表单中居中一个按钮。我该怎么做呢?
当前代码:
static void Main(string[] args) {
Form scherm;
scherm = new Form();
scherm.WindowState = FormWindowState.Maximized;
button1 = new Button();
}
以下问题:我需要在我的表单中居中一个按钮。我该怎么做呢?
当前代码:
static void Main(string[] args) {
Form scherm;
scherm = new Form();
scherm.WindowState = FormWindowState.Maximized;
button1 = new Button();
}