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