ClassCodeMSI
Class
Represents the CodeMSI symbology type.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class CodeMSI : Symbology1DBase
Inheritance: objectSymbologyBaseSymbology1DBaseCodeMSI
Inherited Members
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
Declaration
cs-api-definition
public CheckMSI ChecksumAlgorithm { get; set; }
Property Value
Methods
OnInternalSymbologyPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Declaration
cs-api-definition
protected override void OnSymbologyPropertyChanged()
Overrides