Can I align the text in a C# balloon tip ?
- by John
Hello,
I wrote a little C# program that displays text in a balloon tip from time to time.
When the text is in English, there's no problem : Everything is aligned to the left and is readable, but sometimes I have some Hebrew text and a left alignment of a RTL language gets all screwy.
I was wondering if there's a way to right-align the Hebrew text ?
Google pointed me to articles that can help me change the balloon color and font, but none of them have an alignment argument.
Is it even possible ?
Any help will be appropriated.
John