Completed
Last Updated: 01 Jul 2019 14:37 by ADMIN
Release R3 2019 (LIB 2019.2.708)

The issue can be reproduced by adding a RadBarCode to the form and setting its value this way:

this.radBarcode1.Value = "https://docs.telerik.com/devtools/winforms/introduction";

Completed
Last Updated: 27 Sep 2018 07:52 by Dimitar
Workaround: set to the ForeColor to the RadBarCodeElement
this.radBarcode1.BarcodeElement.ForeColor = Color.Red;