MindFusion WinForms Programmer's Guide
BarcodeLabel.AutoSize Property
See Also
 





Gets or sets a value indicating whether the control is automatically resized to display its entire contents.

Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms

 Syntax

C#  Copy Code

public override bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Overrides Property AutoSize As Boolean

 Property Value

true to set the label size automatically, or false otherwise. The default value is true.

 See Also

BarcodeLabel Members
BarcodeLabel Class
MindFusion.Barcodes.WinForms Namespace