在windowstate中的c#中心按钮

时间:2017-11-17 12:16:54

标签: c# forms centering windowstate

以下问题: 我需要在我的表格中居中一个按钮。 我该怎么做呢?

当前代码:

static void Main(string[] args) {
    Form scherm;
    scherm = new Form();
    scherm.WindowState = FormWindowState.Maximized;
    button1 = new Button();
} 

0 个答案:

没有答案