Gets or sets the quiet zones. The unit of measure must be specified to BarcodeUnit property.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
| C# |
|---|
public Thickness QuietZone { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property QuietZone As Thickness |
| Visual C++ |
|---|
public: property Thickness QuietZone { Thickness get (); void set (Thickness value); } |