RadControls for Silverlight

Standard 2 of 5 is a low-density numeric bar code. The spaces in the barcode exist only to separate the bars themselves. Additionally, a bar may either be wide or narrow, a wide bar generally being 3 times as wide as a narrow bar. The exact size of the spaces is not critical, but is generally the same width as a narrow bar.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadBarcode25Standard : SingleSectionBarcodeBase
Visual Basic
Public Class RadBarcode25Standard _
	Inherits SingleSectionBarcodeBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls.Barcode..::..BarcodeBase
            Telerik.Windows.Controls.Barcode..::..SingleSectionBarcodeBase
              Telerik.Windows.Controls..::..RadBarcode25Standard

See Also