To reproduce: Set at design or at run time the TextAlignment property of RadLabel to TopLeft. nothing happens. Workaround: Set the TextAlignment to MiddleLeft and then to TopLeft: this.radLabel1.TextAlignment = ContentAlignment.Middleleft; this.radLabel1.TextAlignment = ContentAlignment.TopLeft;