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