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
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