Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
ultratexteditor how to change the font size programmatically
posted

Font.Size property of the ultratexteditor is readonly

If we need to change the font size programmatically then what property we hae to set

  • 48586
    posted

     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.

     

  • 48586
    posted

    Hello,

     

    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.