CodeMSI
Class
Represents the CodeMSI symbology type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class CodeMSI : Symbology1DBase
Inheritance: objectInheritanceContextPropagatorSymbologyBaseSymbology1DBaseCodeMSI
Inherited Members
Constructors
C#
public CodeMSI()
Fields
ChecksumAlgorithmProperty
DependencyProperty
Registers the CheckSumAlgorithm dependency property.
C#
public static readonly DependencyProperty ChecksumAlgorithmProperty
Properties
Gets or sets the algorithm for generating the checksum digit.
C#
public CheckMSI ChecksumAlgorithm { get; set; }
Methods
Occurs when a property of the symbology model changes.
C#
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Overrides:
Occurs when a property of the symbology changes.
C#
protected override void OnSymbologyPropertyChanged()
Overrides: