I'm setting TextHAlign to Right, and it doesn't seem to have any effect.
IG Version: 9.2
Hello jquerijero,
I have tried the following line of code and it works as expected for me:
ultraTextEditor1.Appearance.TextHAlign = Infragistics.Win.HAlign.Right;
What you could try is to download the latest service release available for NetAdvantage 2009 vol2 from our web site, and verify the behavior of your application against it.
Please let me know if you have any other questions.
The setting worked as expected. The only thing is that the text needs to be moved a little bit to the left. It is too close to the right edge. It is spaced differently compare to a right-aligned UltraMaskedEdit.