Declined
Last Updated: 05 Nov 2014 15:59 by ADMIN
Rebecca
Created on: 28 Feb 2014 14:25
Category: Barcode
Type: Feature Request
0
WPF RadBarcode: Add the abillity to invert barcodes while keeping the text upright
Currently we can rotate the entire barcode so that it is inverted using styles, however, this means that the text with the barcode is also inverted and so it is displayed upside down. It would be nice to have the ability to "invert" the barcode portion only (turn the barcode upside down) 
2 comments
ADMIN
Pavel R. Pavlov
Posted on: 05 Nov 2014 15:59
To achieve the requested layout, you should use the suggested approach.
ADMIN
Tina Stancheva
Posted on: 01 Apr 2014 13:47
Hello,

You can edit the default ControlTemplate of the RadBarcode and apply a RenderTransform only on the Path element representing the barcode portion. You can examine the Editing ControlTemplates tutorial (http://www.telerik.com/help/wpf/styling-apperance-editing-control-templates.html) for more information about editing the ControlTemplates of UI for WPF components.

Also, we haven't received a similar request before and therefore we haven't discussed such a feature. However, we appreciate your feedback and we changed the status of the item to Under Review so that we can monitor its popularity. If the demand for this feature increases, we will definitely approve it and consider its implementation. In the meantime, I recommend following the above approach.