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