简体   繁体   中英

How can I change the size of font in texbox in ultratoolbarsmanager, using Infragistics?

I'm using Net Advantages 2009.2. I have this problem in windows form and I want a large font size inside the texbox. Can anyone help me ?!

If you are using the Designer, select the TextBoxTool item, and resize it.

If you are building the UI with code, then:

textBoxTool1.InstanceProps.Width = 114; 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM