7 Answers, 1 is accepted
0
Hi,
You can add an implicit style to barcode's resources to hide the ViewBox controls that hold the text:
Other than this, you cannot reposition the text.
You can, however, completely hide it, and place a textblock below/next to the control, to show its text.
I hope this helps.
Greetings,
Yavor
the Telerik team
You can add an implicit style to barcode's resources to hide the ViewBox controls that hold the text:
Copy Code
Copy Code
<
telerik:RadBarcodeEAN13
Height
=
"120"
Width
=
"425"
Text
=
"123456789012"
>
<
telerik:RadBarcodeEAN13.Resources
>
<
Style
TargetType
=
"Viewbox"
>
<
Setter
Property
=
"Visibility"
Value
=
"Collapsed"
/>
</
Style
>
</
telerik:RadBarcodeEAN13.Resources
>
</
telerik:RadBarcodeEAN13
>
Other than this, you cannot reposition the text.
You can, however, completely hide it, and place a textblock below/next to the control, to show its text.
I hope this helps.
Greetings,
Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Ahmed
Top achievements
Rank 1
answered on 24 Apr 2013, 04:46 PM
Hi,
i think this feature can be added to barcode item to give it more powerfull
i think this feature can be added to barcode item to give it more powerfull
0
Hello,
We will consider adding this functionality out of the box for one of the upcoming versions of the control. Thank you for your feedback.
All the best,
Yavor
the Telerik team
We will consider adding this functionality out of the box for one of the upcoming versions of the control. Thank you for your feedback.
All the best,
Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Saykor
Top achievements
Rank 2
answered on 03 Nov 2014, 08:15 PM
Hello
What is the status of this year and a half after the last post? I still not find a property how to hide the text.
Regards,
What is the status of this year and a half after the last post? I still not find a property how to hide the text.
Regards,
0
Hi Saykor,
Tsvetie
Telerik
With our latest release (Q3 2014), we introduced a new property - ShowText, that you can use to hide the text of RadBarcode. For additional information, please refer to our release notes.
Tsvetie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
allen
Top achievements
Rank 1
answered on 21 Jan 2015, 05:43 AM
I am using barcode4j using Javabean. I would like to know if it is possible to hide the human readable text that appears in Code39 type barcode. In the output, I only want the barcode to be displayed. Any help would be appreciated. Thanks.
0
allen
Top achievements
Rank 1
answered on 21 Jan 2015, 05:47 AM
This may help.This is a guide of hiding barcode text.
http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamBarcode_HidingBarcodeText.html
http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamBarcode_HidingBarcodeText.html