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

In This Topic
    FixLength Property
    In This Topic
    Gets or sets the fixed number of digits of values of barcode.
    Syntax
    'Declaration
     
    
    Public Property FixLength As System.Integer
    public System.int FixLength {get; set;}
    See Also