BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / AutoSize Property

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