Class DataMatrix
Inherited Members
Namespace: Telerik.Maui.Controls.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataMatrix : SymbologyBase
Constructors
DataMatrix()
Declaration
public DataMatrix()
Fields
EncodationProperty
Identifies the Encodation property.
Declaration
public static readonly BindableProperty EncodationProperty
Field Value
Microsoft.
|
SymbolSizeProperty
Identifies the Symbol
Declaration
public static readonly BindableProperty SymbolSizeProperty
Field Value
Microsoft.
|
TextEncodingProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextEncodingProperty
Field Value
Microsoft.
|
Properties
Encodation
Gets or sets the type of encoded data.
Declaration
public Encodation Encodation { get; set; }
Property Value
SymbolSize
Gets or sets the symbol size.
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
TextEncoding
Gets or sets the encoding type.
Declaration
public Encoding TextEncoding { get; set; }
Property Value
System.
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
OnSymbologyPropertyChanged(String)
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.
|