Steps to recreate the issue that I saw:
1. Drag a RadLabel onto a form or control
2. Set AutoSize = false on the label
3. Set TextAlignment = TopCenter
4. Set Text equal to some multiline text
Only the block of text as a whole is centered, not each line. This is different from the standard .NET label control, where each line is centered individually.
1. Drag a RadLabel onto a form or control
2. Set AutoSize = false on the label
3. Set TextAlignment = TopCenter
4. Set Text equal to some multiline text
Only the block of text as a whole is centered, not each line. This is different from the standard .NET label control, where each line is centered individually.