Class RadBarcodeMSI
MSI is a continuous, non-self-checking bar code. The length of an MSI bar code is variable.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[Obsolete("Use RadBarcode with the CodeMSI symbology. More info on upgrading at https://docs.telerik.com/devtools/wpf/controls/radbarcode/upgrading")]
public class RadBarcodeMSI : SingleSectionBarcodeBase
Constructors
RadBarcodeMSI()
Fields
ChecksumTypeProperty
Identifies the LeftGeometry dependency property.
Declaration
public static readonly DependencyProperty ChecksumTypeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ChecksumType
Gets or sets the ChecksumType.
Declaration
public CheckMSI ChecksumType { get; set; }
Property Value
CheckMSI
The ChecksumType. |
Methods
ChecksumTypeChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the ChecksumType property is changed.
Declaration
protected static void ChecksumTypeChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
Parameters
System.Windows.DependencyObject
source
The source. |
System.Windows.DependencyPropertyChangedEventArgs
eventArgs
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |
MeasureOverride(Size)
This code handles the sizing for the barcode, depending on the ratio and the available size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |