Completed
Last Updated: 22 Oct 2020 15:29 by ADMIN
Release R3 2020 SP1
Sébastien
Created on: 24 Jun 2020 14:00
Category: Barcode
Type: Bug Report
1
Barcode: Text is displayed half when EAN13 symbology is used

the following XAML is used: 

<telerikBarcode:RadBarcode WidthRequest="200"
                           HeightRequest="100"
                           x:Name="barcode"
                           Value="1111111111111"
                           HorizontalOptions="Center">
    <telerikBarcode:RadBarcode.Symbology>
        <telerikBarcode:EAN13 AutoChecksum="False"
                                ShowText="True" 
                                Module="3"
                                SizingMode="Stretch"/>
    </telerikBarcode:RadBarcode.Symbology>
</telerikBarcode:RadBarcode>

0 comments