RadControls for Silverlight

Code 11 is a high-density numeric-only bar code. It is discrete and able to encode the numbers 0 through 9, the dash symbol (-), and start/stop characters.

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

Syntax

C#
public class RadBarcode11 : SingleSectionBarcodeBase
Visual Basic
Public Class RadBarcode11 _
	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..::..RadBarcode11

See Also