일(job)/MS(Microsoft)
[C#] TextBox Width 속성설정하기(%)
뽀&쏭
2015. 12. 4. 12:39
C# TextBox Width 속성설정하기(%)
this.TextBox1.Width = Unit.Percentage(76);