ClassDataMatrix
Represents the DataMatrix 2D barcode.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class DataMatrix : SymbologyBase
Inheritance: objectInheritanceContextPropagatorSymbologyBaseDataMatrix
Inherited Members
Constructors
DataMatrix()
Declaration
public DataMatrix()
Fields
EncodationProperty
Registers the Encodation Dependency property.
Declaration
public static readonly DependencyProperty EncodationProperty
Field Value
DependencyProperty
SymbolSizeProperty
Registers the SymbolSize Dependency property.
Declaration
public static readonly DependencyProperty SymbolSizeProperty
Field Value
DependencyProperty
TextEncodingProperty
Registers the Encodation Dependency property.
Declaration
public static readonly DependencyProperty TextEncodingProperty
Field Value
DependencyProperty
Properties
Encodation
Gets or sets the encodation of the DataMatrix. This is the algorithm used for representing the string value in binary format.
SymbolSize
Gets or sets the size of the resulting DataMatrix barcode.
TextEncoding
Gets or sets the encoding that will be used to convert the string value of the symbology to a byte representation.
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides