Gets or sets the unit of measure for the barcode.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)
Syntax
| C# |
|---|
public BarcodeUnit BarcodeUnit { get; set; } |
| Visual Basic |
|---|
Public Property BarcodeUnit As BarcodeUnit Get Set |
| Visual C++ |
|---|
public: property BarcodeUnit BarcodeUnit { BarcodeUnit get (); void set (BarcodeUnit value); } |