Gets or sets the unit of measure for the barcode.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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); } |