Can I align the text in a C# balloon tip ?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-13T19:57:04Z Indexed on 2010/05/13 20:04 UTC
Read the original article Hit count: 337

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about alignment