ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / CodeType Property

In This Topic
    CodeType Property
    In This Topic
    The selected encoding is applied to the value stored in Text property to generate the barcode image displayed in the control
    Syntax
    'Declaration
     
    
    Public Property CodeType As CodeType
    public CodeType CodeType {get; set;}
    See Also