Gets or sets whether start and stop characters must be displayed on 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 bool DisplayStartStopChar { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DisplayStartStopChar As Boolean |
Visual C++ |
---|
public: property bool DisplayStartStopChar { bool get (); void set (bool value); } |