New to Telerik UI for WPFStart a free 30-day trial

Represents the DataMatrix 2D barcode.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class DataMatrix : SymbologyBase

Inheritance: objectInheritanceContextPropagatorSymbologyBaseDataMatrix

Inherited Members SymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingModeInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)...

Constructors

C#
public DataMatrix()

Fields

EncodationProperty

DependencyProperty

Registers the Encodation Dependency property.

C#
public static readonly DependencyProperty EncodationProperty

SymbolSizeProperty

DependencyProperty

Registers the SymbolSize Dependency property.

C#
public static readonly DependencyProperty SymbolSizeProperty

TextEncodingProperty

DependencyProperty

Registers the Encodation Dependency property.

C#
public static readonly DependencyProperty TextEncodingProperty

Properties

Gets or sets the encodation of the DataMatrix. This is the algorithm used for representing the string value in binary format.

C#
public Encodation Encodation { get; set; }

Gets or sets the size of the resulting DataMatrix barcode.

C#
public SymbolSize SymbolSize { get; set; }

Gets or sets the encoding that will be used to convert the string value of the symbology to a byte representation.

C#
public Encoding TextEncoding { get; set; }

Methods

Occurs when a property of the symbology model changes.

C#
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters:propertyNamestring

Overrides: SymbologyBase.OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology changes.

C#
protected override void OnSymbologyPropertyChanged()

Overrides: SymbologyBase.OnSymbologyPropertyChanged()