Class
CodeMSI

Represents the CodeMSI symbology type.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class CodeMSI : Symbology1DBase

Inheritance: objectInheritanceContextPropagatorSymbologyBaseSymbology1DBaseCodeMSI

Inherited Members Symbology1DBase.HorizontalTextAlignmentPropertySymbology1DBase.VerticalTextAlignmentPropertySymbology1DBase.CodeTextSpacingPropertySymbology1DBase.ShowTextPropertySymbology1DBase.HorizontalTextAlignmentSymbology1DBase.VerticalTextAlignmentSymbology1DBase.CodeTextSpacingSymbology1DBase.ShowTextSymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingModeInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

CodeMSI()

Declaration

cs-api-definition
public CodeMSI()

Fields

ChecksumAlgorithmProperty

Registers the CheckSumAlgorithm dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChecksumAlgorithmProperty

Field Value

DependencyProperty

Properties

ChecksumAlgorithm

Gets or sets the algorithm for generating the checksum digit.

Declaration

cs-api-definition
public CheckMSI ChecksumAlgorithm { get; set; }

Property Value

CheckMSI

Methods

OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology model changes.

Declaration

cs-api-definition
protected override void OnSymbologyModelPropertyChanged(string propertyName)

Parameters

propertyName

string

Overrides Symbology1DBase.OnSymbologyModelPropertyChanged(string)

OnSymbologyPropertyChanged()

Occurs when a property of the symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides Symbology1DBase.OnSymbologyPropertyChanged()