Completed
Last Updated: 06 Dec 2019 14:37 by ADMIN
Release R1 2020 (LIB 2019.3.1209)
ADMIN
George
Created on: 15 Aug 2014 12:05
Category:
Type: Bug Report
1
FIX. RadLabel - the border primitive is drawn 1 additional pixel inside the label element
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);
0 comments