C#中怎么用代码修改button控件的size属性

2024-12-22 23:34:42
推荐回答(1个)
回答1:

button.height=xx;
button.width=xx;

button.size=new size(xx,xx);