I'm Setting the text in a Label, but I want the centerpoint of the text to stay in one location, centered above an image. If for example I start with "This is my label text", correctly aligned, when I Set the text to "New Text", the centerpoint shifts to the left as the Label object resizes. If I put in extra spaces " New Text " it aligns correctly. I've tried force the Label length with Label.SetSize and also change only the text tblLabelProperties.Text = "New Text" after Label.GetProperties, but the text is never correctly centered.
Any suggestions on another way to accomplish this?
Jim Smiley

