ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.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 Overrides Property AutoSize As System.Boolean
    public override System.bool AutoSize {get; set;}
    See Also