Pweegar -
That definitely works while you are creating the Label and want to set the alignment. I am, however, trying to get the text alignment of a Label that has already been created. There is no such property as textalign on the control.
For example, here is a sample line for how I get the starting X location of the already created Label:
Dim labelLocationX As Integer = ctl.Location.X
Nothing similar seems to exists to get the Text Alignment of the Label.
Any help is greatly appreciated.