DataMatrix
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
public DataMatrix()
Fields
EncodationProperty
DependencyProperty
Registers the Encodation Dependency property.
public static readonly DependencyProperty EncodationProperty
SymbolSizeProperty
DependencyProperty
Registers the SymbolSize Dependency property.
public static readonly DependencyProperty SymbolSizeProperty
TextEncodingProperty
DependencyProperty
Registers the Encodation Dependency property.
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.
public Encodation Encodation { get; set; }
Gets or sets the size of the resulting DataMatrix barcode.
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.
public Encoding TextEncoding { get; set; }
Methods
Occurs when a property of the symbology model changes.
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Overrides:
Occurs when a property of the symbology changes.
protected override void OnSymbologyPropertyChanged()
Overrides: