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