This is a migrated thread and some comments may be shown as answers.

How to make it ?

1 Answer 55 Views
BarCode
This is a migrated thread and some comments may be shown as answers.
maanshan
Top achievements
Rank 1
maanshan asked on 07 Apr 2016, 08:57 AM

I want to put a little picture on the  RadBarcodeQR;

like attach file

 

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 10 Apr 2016, 09:18 PM
Hello Maanshan,

RadBarcodeQR doesn't support adding a picture as demonstrated in the screenshot for your reply. To achieve your requirement you can place a native Image element above the barcode control. For example:
<Grid>       
    <telerik:RadBarcodeQR Text="Test" />
    <Image Source="myBarcodeImage.png" Width="50" Height="50" />
</Grid>

I hope this works for you.

Regards,
Martin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
BarCode
Asked by
maanshan
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or