To reproduce: Add a RadLabel with text, set its background to red, its border to Yellow and start the project. You will notice that there is one pixel outside the border. Workaround: Set the Borderthickness of the LabelElement to 0: label2.LabelElement.BorderThickness = new Padding(0);