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

In This Topic
    AutoSize Property
    In This Topic
    When set to True, the barcode automatically stretches to fit the control.
    Syntax
    'Declaration
     
    
    Public Property AutoSize As System.Boolean
    public System.bool AutoSize {get; set;}
    See Also