Font.Size property of the ultratexteditor is readonly
If we need to change the font size programmatically then what property we hae to set
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
In order to change font size of UltraTextEditor programmatically you should set desired font size to the SizeInPoints property of appearance object. You could use code like:
ultraTextEditor1.Appearance.FontData.SizeInPoints = 15;
Please let me know if you have any further questions.