[]
Represents the width of narrow and wide bars.
public class ModuleSize
Initializes a new instance of ModuleSize.
public ModuleSize()
Initailizes a new instance of ModuleSize.
public ModuleSize(int barNarrow, int barWide)
barNarrow
intThe width for the barcode's narrow bars.
barWide
intThe width for the barcode's wide bars.
The width for the barcode's narrow bars.
public int BarNarrow { get; set; }
The width for the barcode's wide bars.
public int BarWide { get; set; }
Notifies of value changing
protected void NotifyChangeValue()
Format text for property grid
public override string ToString()