Click to See Complete Forum and Search --> : vertical alignment of text in a dynamic label


xargon
October 22nd, 2003, 12:48 PM
Hi everyone,

I havea dynamic label added programatically as follows:

Label label = new Label();
label.text = "Blah bllah";

I would like to know how I can set the vertical alignment of the text in the label. There is no attribute to set the alignment. Should be simple, or so I thought ... :(

Thanks,

Xargon